factor/misc/atom
Friedrich von Never 6b5b955a41 Atom package: update paths 2016-04-17 09:18:22 -07:00
..
grammars misc/atom: adding an Atom bundle for syntax highlighting. 2015-07-14 19:47:31 -07:00
settings misc/atom: adding an Atom bundle for syntax highlighting. 2015-07-14 19:47:31 -07:00
snippets misc/atom: adding an Atom bundle for syntax highlighting. 2015-07-14 19:47:31 -07:00
README.md Atom package: update paths 2016-04-17 09:18:22 -07:00
package.json misc/atom: adding an Atom bundle for syntax highlighting. 2015-07-14 19:47:31 -07:00

README.md

atom package

This is a syntax highlighting package for Factor.

You can install this by copying this folder to:

cp -r /path/to/factor/misc/atom ~/.atom/packages/language-factor

Or symlinking it:

ln -sf /path/to/factor/misc/atom ~/.atom/packages/language-factor

This was initially generated from the Textmate bundle:

apm init --package atom --convert Factor.tmbundle