Skip to content
This repository was archived by the owner on Oct 21, 2022. It is now read-only.

Commit c60b22c

Browse files
committed
Merge pull request #10 from ndr-qef/keyword-chevrons
Add angle brackets to keyword matching
2 parents 78190b2 + 4488486 commit c60b22c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codemirror/clojure-mode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ CodeMirror.defineMode("clojure", function () {
4646
char: /[^\s\(\[\{\}\]\)]/,
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)