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

Commit 4488486

Browse files
author
ndr
committed
Add angle brackets to keyword matching
Fixes #5.
1 parent 7ea6d91 commit 4488486

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)