Skip to content

Commit

Permalink
[clike mode] Add suspend to Kotlin keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
satamas authored and marijnh committed Feb 27, 2017
1 parent 861d080 commit d1d6ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mode/clike/clike.js
Expand Up @@ -575,7 +575,7 @@ CodeMirror.defineMode("clike", function(config, parserConfig) {
"file import where by get set abstract enum open inner override private public internal " +
"protected catch finally out final vararg reified dynamic companion constructor init " +
"sealed field property receiver param sparam lateinit data inline noinline tailrec " +
"external annotation crossinline const operator infix"
"external annotation crossinline const operator infix suspend"
),
types: words(
/* package java.lang */
Expand Down

0 comments on commit d1d6ee2

Please sign in to comment.