factor/misc/atom/README.md

16 lines
380 B
Markdown
Raw Permalink Normal View History

# atom package
2015-07-14 22:49:06 -04:00
This is a syntax highlighting package for Factor.
You can install this by copying this folder to:
2016-04-17 11:21:28 -04:00
cp -r /path/to/factor/misc/atom ~/.atom/packages/language-factor
2015-07-14 22:49:06 -04:00
Or symlinking it:
2016-04-17 11:21:28 -04:00
ln -sf /path/to/factor/misc/atom ~/.atom/packages/language-factor
2015-07-14 22:49:46 -04:00
This was initially generated from the Textmate bundle:
apm init --package atom --convert Factor.tmbundle