mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
fix comment tokenizer
This commit is contained in:
parent
0281b3f960
commit
72904610c7
1 changed files with 1 additions and 0 deletions
|
|
@ -98,6 +98,7 @@ export const language = <ILanguage>{
|
|||
|
||||
whitespace: [
|
||||
[/[ \t\r\n]+/, ''],
|
||||
[/(\').*$/, 'comment']
|
||||
],
|
||||
|
||||
string: [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue