Skip to content
Snippets Groups Projects
Commit 1a1e6a7e authored by ndr's avatar ndr Committed by Marijn Haverbeke
Browse files

[clojure mode] Add angle brackets to symbol characters

parent eab9b5ea
No related branches found
No related tags found
No related merge requests found
......@@ -45,7 +45,7 @@ CodeMirror.defineMode("clojure", function (options) {
sign: /[+-]/,
exponent: /e/i,
keyword_char: /[^\s\(\[\;\)\]]/,
symbol: /[\w*+!\-\._?:\/]/
symbol: /[\w*+!\-\._?:<>\/]/
};
function stateStack(indent, type, prev) { // represents a state stack object
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment