Skip to content

Commit c52ceb7

Browse files
committed
Fix bug in clojure mode
1 parent 11f8f47 commit c52ceb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mode/clojure/clojure.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ CodeMirror.defineMode("clojure", function (config, mode) {
4646
exponent: /[eE]/,
4747
keyword_char: /[^\s\(\[\;\)\]]/,
4848
basic: /[\w\$_\-]/,
49-
lang_keyword: /[\w*+!-_?:\/]/
49+
lang_keyword: /[\w*+!\-_?:\/]/
5050
};
5151

5252
function stateStack(indent, type, prev) { // represents a state stack object

0 commit comments

Comments
 (0)