mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Fix microsoft/monaco-editor#688. (*) is not commet
This commit is contained in:
parent
a09a5607c2
commit
c4bd2cdd37
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ export const language = <ILanguage>{
|
||||||
|
|
||||||
whitespace: [
|
whitespace: [
|
||||||
[/[ \t\r\n]+/, ''],
|
[/[ \t\r\n]+/, ''],
|
||||||
[/\(\*/, 'comment', '@comment'],
|
[/\(\*(?!\))/, 'comment', '@comment'],
|
||||||
[/\/\/.*$/, 'comment'],
|
[/\/\/.*$/, 'comment'],
|
||||||
],
|
],
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue