Skip to content

Commit e5a646c

Browse files
committed
Added digit highlighting
1 parent 0c81d41 commit e5a646c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clojure.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<RULES IGNORE_CASE="FALSE"
1818
HIGHLIGHT_DIGITS="TRUE"
1919
NO_WORD_SEP="_-+?:"
20-
DIGIT_RE="-\?[0-9]\+|-\?[0-9]\+/[0-9]\+|-\?[0-9]\+\.[0-9]\+\([eE][-+]\=[0-9]\+\)\=">
20+
DIGIT_RE="-?[0-9]+(\.[0-9]+M?|/[0-9]+)?">
2121

2222
<SEQ TYPE="OPERATOR">'(</SEQ>
2323

@@ -42,7 +42,7 @@
4242
<SEQ TYPE="OPERATOR">{</SEQ>
4343
<SEQ TYPE="OPERATOR">}</SEQ>
4444

45-
<SEQ TYPE="OPERATOR">.</SEQ>
45+
<!-- <SEQ TYPE="OPERATOR">.</SEQ> --> <!-- breaks digit highlighting -->
4646

4747
<!--
4848
Based on convention discussed here:

0 commit comments

Comments
 (0)