Skip to content

Commit 11b5348

Browse files
authored
Merge pull request #1357 from GeoffreyBooth/coffeescript-keywords
Add missing CoffeeScript keywords
2 parents 8915518 + af777f4 commit 11b5348

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/languages/coffeescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ function(hljs) {
1111
keyword:
1212
// JS keywords
1313
'in if for while finally new do return else break catch instanceof throw try this ' +
14-
'switch continue typeof delete debugger super ' +
14+
'switch continue typeof delete debugger super yield import export from as default await ' +
1515
// Coffee keywords
1616
'then unless until loop of by when and or is isnt not',
1717
literal:

0 commit comments

Comments
 (0)