diff options
Diffstat (limited to 'lux-mode')
-rw-r--r-- | lux-mode/lux-mode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lux-mode/lux-mode.el b/lux-mode/lux-mode.el index c72a1f76e..c888df739 100644 --- a/lux-mode/lux-mode.el +++ b/lux-mode/lux-mode.el @@ -217,7 +217,7 @@ Called by `imenu--generic-function'." (concat "#" normal)) (defconst lux-font-lock-keywords - (let ((natural "[0-9][0-9_]*") + (let ((natural "[0-9][0-9,]*") (identifier_h "[a-zA-Z-\\+_=!@\\$%\\^&\\*<>;,/\\\\\\|':~\\?]") (identifier_t "[a-zA-Z0-9-\\+_=!@\\$%\\^&\\*<>;,/\\\\\\|':~\\?]") (sign (altRE "-" "\\+"))) |