FUEL: support for the HINTS: syntax

char-rename
Björn Lindqvist 2016-10-08 07:13:46 +02:00
parent ac44f3069a
commit 43e5118591
1 changed files with 1 additions and 2 deletions

View 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"))