]> gitweb.factorcode.org Git - factor.git/blobdiff - misc/atom/README.md
ui.listener: document that ~/.factor-history persists input history
[factor.git] / misc / atom / README.md
index c990e5e8e80fe5d855686c00819dca36dbdc1795..28a27806dfe218537a3aa2b5b673873bb1ee3b24 100644 (file)
@@ -4,8 +4,12 @@ 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
+  cp -r /path/to/factor/misc/atom ~/.atom/packages/language-factor
 
 Or symlinking it:
 
-  ln -sf /path/to/factor/misc/atom ~/.atom/languages-factor
+  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