FUEL: Bug in TUPLE: font lock fixed.
parent
ea65bd8f2c
commit
58adaac5f4
|
@ -123,7 +123,7 @@
|
||||||
(fuel-syntax--second-word-regex '("MIXIN:" "TUPLE:" "SINGLETON:" "UNION:")))
|
(fuel-syntax--second-word-regex '("MIXIN:" "TUPLE:" "SINGLETON:" "UNION:")))
|
||||||
|
|
||||||
(defconst fuel-syntax--tuple-decl-regex
|
(defconst fuel-syntax--tuple-decl-regex
|
||||||
"^TUPLE: +\\([^ ]+\\) +< +\\([^ ]+\\) ")
|
"^TUPLE: +\\([^ \n]+\\) +< +\\([^ \n]+\\)\\_>")
|
||||||
|
|
||||||
(defconst fuel-syntax--constructor-regex "<[^ >]+>")
|
(defconst fuel-syntax--constructor-regex "<[^ >]+>")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue