pull/2748/head
Peng Lyu 7 years ago
parent a09a5607c2
commit c4bd2cdd37

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

Loading…
Cancel
Save