FUEL: Fix CHAR: ! font lock.
parent
0ea51ee176
commit
1bb6b77177
|
@ -229,11 +229,11 @@
|
||||||
table))
|
table))
|
||||||
|
|
||||||
(defconst fuel-syntax--syntactic-keywords
|
(defconst fuel-syntax--syntactic-keywords
|
||||||
`(;; Comments:
|
`(;; CHARs:
|
||||||
|
("CHAR: \\(.\\)\\( \\|$\\)" (1 "w"))
|
||||||
|
;; Comments:
|
||||||
("\\_<\\(#?!\\) .*\\(\n\\|$\\)" (1 "<") (2 ">"))
|
("\\_<\\(#?!\\) .*\\(\n\\|$\\)" (1 "<") (2 ">"))
|
||||||
("\\_<\\(#?!\\)\\(\n\\|$\\)" (1 "<") (2 ">"))
|
("\\_<\\(#?!\\)\\(\n\\|$\\)" (1 "<") (2 ">"))
|
||||||
;; CHARs:
|
|
||||||
("CHAR: \\(.\\)\\( \\|$\\)" (1 "w"))
|
|
||||||
;; Strings
|
;; Strings
|
||||||
("\\(\"\\)\\([^\n\r\f\\\"]\\|\\\\\"?\\)*\\(\"\\)" (1 "\"") (3 "\""))
|
("\\(\"\\)\\([^\n\r\f\\\"]\\|\\\\\"?\\)*\\(\"\\)" (1 "\"") (3 "\""))
|
||||||
;; Let and lambda:
|
;; Let and lambda:
|
||||||
|
|
Loading…
Reference in New Issue