Merge pull request #238 from cadorn/master.
Quick bug fix and package.json config
This commit is contained in:
commit
53b2caaade
2 changed files with 7 additions and 4 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(
|
||||
|
|
|
|||
|
|
@ -42,5 +42,8 @@
|
|||
{
|
||||
"type": "LGPL",
|
||||
"url": "http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html"
|
||||
}]
|
||||
}
|
||||
}],
|
||||
"directories": {
|
||||
"lib": "lib/ace"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue