We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eab9b5e commit 1a1e6a7Copy full SHA for 1a1e6a7
mode/clojure/clojure.js
@@ -45,7 +45,7 @@ CodeMirror.defineMode("clojure", function (options) {
45
sign: /[+-]/,
46
exponent: /e/i,
47
keyword_char: /[^\s\(\[\;\)\]]/,
48
- symbol: /[\w*+!\-\._?:\/]/
+ symbol: /[\w*+!\-\._?:<>\/]/
49
};
50
51
function stateStack(indent, type, prev) { // represents a state stack object
0 commit comments