From 8e4b93bfc90ca81d615bf9dd5af43f29fdd0f5ae Mon Sep 17 00:00:00 2001 From: Eduardo Julian Date: Wed, 13 Mar 2019 21:14:22 -0400 Subject: Replaced the digit separator in numbers from "_" to ",". --- lux-mode/lux-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lux-mode') 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 "-" "\\+"))) -- cgit v1.2.3