mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
Fix hash comment in xdot sample
This commit is contained in:
parent
0fff4b5721
commit
c2cc55508b
1 changed files with 2 additions and 2 deletions
|
|
@ -2989,7 +2989,7 @@ return {
|
|||
[/[ \t\r\n]+/, 'white'],
|
||||
[/\/\*/, 'comment', '@comment' ],
|
||||
[/\/\/.*$/, 'comment'],
|
||||
[/#.$/, 'comment'],
|
||||
[/#.*$/, 'comment'],
|
||||
],
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue