Highlight uppercase symbols in emacs

This commit is contained in:
bion 2014-10-15 00:31:48 -07:00
parent 6af534a0fb
commit 3ca01e04ed

View file

@ -48,7 +48,7 @@ The expressions are joined as alternatives with the \\| operator."
"Regular expression matching symbols.") "Regular expression matching symbols.")
(defconst sclang-identifier-regexp (defconst sclang-identifier-regexp
(concat "[a-z]" sclang-symbol-regexp) (concat "[a-zA-Z]" sclang-symbol-regexp)
"Regular expression matching valid identifiers.") "Regular expression matching valid identifiers.")
(defconst sclang-method-name-special-chars (defconst sclang-method-name-special-chars