FUEL: Numeric literals' font-lock fixed.

db4
Jose A. Ortega Ruiz 2009-01-10 02:09:25 +01:00
parent 86604af682
commit 8e6be0ccef
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@
"^M: +\\([^ ]+\\) +\\([^ ]+\\)")
(defconst fuel-syntax--number-regex
"\\(\\+\\|-\\)?\\([0-9]+\\.?[0-9]*\\|\\.[0-9]+\\)\\([eE]\\(\\+\\|-\\)?[0-9]+\\)?")
"\\_<\\(\\+\\|-\\)?\\([0-9]+\\.?[0-9]*\\|\\.[0-9]+\\)\\([eE]\\(\\+\\|-\\)?[0-9]+\\)?\\_>")
(defconst fuel-syntax--word-definition-regex
(fuel-syntax--second-word-regex