This commit is contained in:
Peng Lyu 2018-03-07 11:28:28 -08:00
parent a09a5607c2
commit c4bd2cdd37

View file

@ -121,7 +121,7 @@ export const language = <ILanguage>{
whitespace: [
[/[ \t\r\n]+/, ''],
[/\(\*/, 'comment', '@comment'],
[/\(\*(?!\))/, 'comment', '@comment'],
[/\/\/.*$/, 'comment'],
],