diff --git a/grammars/kerboscript.cson b/grammars/kerboscript.cson index 8435357..9c45b8d 100644 --- a/grammars/kerboscript.cson +++ b/grammars/kerboscript.cson @@ -35,7 +35,7 @@ { 'comment': 'flow control statement' 'name': 'keyword.control.statement.kerboscript' - 'match': '\\b(?i:(break|preserve))\\b' + 'match': '\\b(?i:(return|break|preserve))\\b' } { 'comment': 'boolean keyword'