Skip to content

Commit 1a1e6a7

Browse files
ndrmarijnh
ndr
authored andcommitted
[clojure mode] Add angle brackets to symbol characters
1 parent eab9b5e commit 1a1e6a7

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
@@ -45,7 +45,7 @@ CodeMirror.defineMode("clojure", function (options) {
4545
sign: /[+-]/,
4646
exponent: /e/i,
4747
keyword_char: /[^\s\(\[\;\)\]]/,
48-
symbol: /[\w*+!\-\._?:\/]/
48+
symbol: /[\w*+!\-\._?:<>\/]/
4949
};
5050

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

0 commit comments

Comments
 (0)