FUEL: font-lock ENUMs
parent
a71e2d8060
commit
a2c7b7c82c
|
@ -462,7 +462,7 @@ source/docs/tests file. When set to false, you'll be asked only once."
|
|||
;; factor-font-lock-symbol.
|
||||
(,(format
|
||||
"\\(%s\\):[ \n]+%s\\(?:[ \n]+<[ \n]+%s\\)?"
|
||||
(regexp-opt '("STRUCT" "TUPLE" "UNION-STRUCT"))
|
||||
(regexp-opt '("STRUCT" "TUPLE" "UNION-STRUCT" "ENUM"))
|
||||
symbol
|
||||
symbol)
|
||||
(1 'factor-font-lock-parsing-word)
|
||||
|
|
Loading…
Reference in New Issue