We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c81d41 commit e5a646cCopy full SHA for e5a646c
clojure.xml
@@ -17,7 +17,7 @@
17
<RULES IGNORE_CASE="FALSE"
18
HIGHLIGHT_DIGITS="TRUE"
19
NO_WORD_SEP="_-+?:"
20
- DIGIT_RE="-\?[0-9]\+|-\?[0-9]\+/[0-9]\+|-\?[0-9]\+\.[0-9]\+\([eE][-+]\=[0-9]\+\)\=">
+ DIGIT_RE="-?[0-9]+(\.[0-9]+M?|/[0-9]+)?">
21
22
<SEQ TYPE="OPERATOR">'(</SEQ>
23
@@ -42,7 +42,7 @@
42
<SEQ TYPE="OPERATOR">{</SEQ>
43
<SEQ TYPE="OPERATOR">}</SEQ>
44
45
- <SEQ TYPE="OPERATOR">.</SEQ>
+ <!-- <SEQ TYPE="OPERATOR">.</SEQ> --> <!-- breaks digit highlighting -->
46
47
<!--
48
Based on convention discussed here:
0 commit comments