bugfix
This commit is contained in:
parent
790565f084
commit
f530c1bccf
1 changed files with 2 additions and 2 deletions
|
|
@ -119,8 +119,8 @@ var ClojureHighlightRules = function() {
|
|||
);
|
||||
|
||||
var keywords = lang.arrayToMap(
|
||||
("def do fn if let loop monitor-enter monitor-exit new quote recur set! ' +
|
||||
'throw try var").split(" ")
|
||||
('def do fn if let loop monitor-enter monitor-exit new quote recur set! ' +
|
||||
'throw try var').split(" ")
|
||||
);
|
||||
|
||||
var buildinConstants = lang.arrayToMap(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue