We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11f8f47 commit c52ceb7Copy full SHA for c52ceb7
mode/clojure/clojure.js
@@ -46,7 +46,7 @@ CodeMirror.defineMode("clojure", function (config, mode) {
46
exponent: /[eE]/,
47
keyword_char: /[^\s\(\[\;\)\]]/,
48
basic: /[\w\$_\-]/,
49
- lang_keyword: /[\w*+!-_?:\/]/
+ lang_keyword: /[\w*+!\-_?:\/]/
50
};
51
52
function stateStack(indent, type, prev) { // represents a state stack object
0 commit comments