FUEL: font-lock ENUMs

db4
Björn Lindqvist 2013-11-30 21:20:58 +01:00 committed by John Benediktsson
parent a71e2d8060
commit a2c7b7c82c
1 changed files with 1 additions and 1 deletions

View File

@ -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)