highlight "no" keyword in coffeescript. fixes #481
This commit is contained in:
parent
b8d2d96387
commit
2ad5f9a3a0
1 changed files with 1 additions and 1 deletions
|
|
@ -54,7 +54,7 @@ define(function(require, exports, module) {
|
|||
var keywords = lang.arrayToMap((
|
||||
"this|throw|then|try|typeof|super|switch|return|break|by)|continue|" +
|
||||
"catch|class|in|instanceof|is|isnt|if|else|extends|for|forown|" +
|
||||
"finally|function|while|when|new|not|delete|debugger|do|loop|of|off|" +
|
||||
"finally|function|while|when|new|no|not|delete|debugger|do|loop|of|off|" +
|
||||
"or|on|unless|until|and|yes").split("|")
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue