Highlight uppercase symbols in emacs
This commit is contained in:
parent
6af534a0fb
commit
3ca01e04ed
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue