FUEL: Bug in TUPLE: font lock fixed.

db4
Jose A. Ortega Ruiz 2009-01-15 00:05:52 +01:00
parent ea65bd8f2c
commit 58adaac5f4
1 changed files with 1 additions and 1 deletions

View File

@ -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 "<[^ >]+>")