]> gitweb.factorcode.org Git - factor.git/blob - misc/atom/README.md
Fixes #2966
[factor.git] / misc / atom / README.md
1 # atom package
2
3 This is a syntax highlighting package for Factor.
4
5 You can install this by copying this folder to:
6
7   cp -r /path/to/factor/misc/atom ~/.atom/packages/language-factor
8
9 Or symlinking it:
10
11   ln -sf /path/to/factor/misc/atom ~/.atom/packages/language-factor
12
13 This was initially generated from the Textmate bundle:
14
15   apm init --package atom --convert Factor.tmbundle