2015-07-14 22:47:31 -04:00
|
|
|
# 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:
|
|
|
|
|
|
|
|
cp -r /path/to/factor/mis/atom ~/.atom/languages-factor
|
|
|
|
|
|
|
|
Or symlinking it:
|
|
|
|
|
|
|
|
ln -sf /path/to/factor/misc/atom ~/.atom/languages-factor
|
2015-07-14 22:49:46 -04:00
|
|
|
|
|
|
|
This was initially generated from the Textmate bundle:
|
|
|
|
|
|
|
|
apm init --package atom --convert Factor.tmbundle
|