-
-
Notifications
You must be signed in to change notification settings - Fork 247
Closed
Description
Expected behavior
Character literals such as \A
should be highlighted with clojure-character-face
.
The official guide does not explicitly state what is allowed, but current Clojure readers accept practically any Unicode character such \λ
, \字
, even \
(space)
Actual behavior
Only punctuation, numbers and lowercase characters are correctly highlighted according to the current rules.
Line 865 in 147bf84
("\\\\\\([[:punct:]]\\|[a-z0-9]+\\>\\)" 0 'clojure-character-face) |
Steps to reproduce the problem
Insert \A
in a clojure-mode buffer
Environment & Version information
clojure-mode version information
clojure-mode (version 5.11.0)
Emacs version
26.3
Operating system
macOS 10.14
Metadata
Metadata
Assignees
Labels
No labels