diff --git a/grammars/typescript.cson b/grammars/typescript.cson index dbd09c770..9695e5078 100644 --- a/grammars/typescript.cson +++ b/grammars/typescript.cson @@ -8,12 +8,10 @@ 'name': 'TypeScript' 'patterns': [ - #### # Rules that no one should change # These are used by code to provide fancy completions #### - { 'comment': 'Match debugger statement' 'match': '\\s*(debugger)[\\s;]+' @@ -917,7 +915,7 @@ } ] - 'functionargumentreturntype': + 'functionargumentreturntype': 'begin': '(?=\\()' 'end': '(?