We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8915518 + af777f4 commit 11b5348Copy full SHA for 11b5348
src/languages/coffeescript.js
@@ -11,7 +11,7 @@ function(hljs) {
11
keyword:
12
// JS keywords
13
'in if for while finally new do return else break catch instanceof throw try this ' +
14
- 'switch continue typeof delete debugger super ' +
+ 'switch continue typeof delete debugger super yield import export from as default await ' +
15
// Coffee keywords
16
'then unless until loop of by when and or is isnt not',
17
literal:
0 commit comments