Skip to content

Commit 558973a

Browse files
committed
Drop reserverd keywords from CoffeeScript.
Reserved words that can't be used in a language should not add to its relevance.
1 parent ff0b053 commit 558973a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/languages/coffeescript.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ function(hljs) {
1919
'true false null undefined ' +
2020
// Coffee literals
2121
'yes no on off',
22-
reserved:
23-
'case default function var void with const let enum export import native ' +
24-
'__hasProp __extends __slice __bind __indexOf',
2522
built_in:
2623
'npm require console print module global window document'
2724
};

0 commit comments

Comments
 (0)