]> gitweb.factorcode.org Git - factor.git/commitdiff
FUEL: support for the HINTS: syntax
authorBjörn Lindqvist <bjourne@gmail.com>
Sat, 8 Oct 2016 05:13:46 +0000 (07:13 +0200)
committerBjörn Lindqvist <bjourne@gmail.com>
Sat, 8 Oct 2016 05:13:46 +0000 (07:13 +0200)
misc/fuel/factor-mode.el

index 5eefe127878e576e7f7c7b1e9f909db4ed03400f..436f1405e1a6b7451ac7a591f99baeebde9d7b9c 100644 (file)
@@ -221,7 +221,6 @@ these lines in your .emacs:
     ";FUNCTOR"
     "GIR:"
     "GLSL-SHADER:" "GLSL-PROGRAM:"
-    "HINTS:"
     "initial:" "IMPLEMENT-STRUCTS:"
     "MATH:"
     "METHOD:"
@@ -456,7 +455,7 @@ these lines in your .emacs:
     ,(factor-syntax factor-declaration-words-regex '("C"))
     ,(factor-syntax factor-word-definition-regex '("P" "W"))
     ,(factor-syntax (syntax-and-2-symbols '("ALIAS")) '("P" "W" "W"))
-    ,(factor-syntax (syntax-and-2-symbols '("LOG")) '("P" "W" ""))
+    ,(factor-syntax (syntax-and-2-symbols '("HINTS" "LOG")) '("P" "W" ""))
     ,(factor-syntax (syntax-and-1-symbol '("ALIEN" "CHAR" "COLOR" "NAN" "HEXCOLOR")) '("P" "CT"))
     ,(factor-syntax factor-types-lines-regex '("P" "T"))