mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
format file with prettier
This commit is contained in:
parent
fbe2b4c7a9
commit
c938ee0b32
1 changed files with 4 additions and 3 deletions
|
|
@ -133,9 +133,10 @@ export const language = <languages.IMonarchLanguage>{
|
|||
/(")(proto2)(")/,
|
||||
['string.quote', 'string', { token: 'string.quote', switchTo: '@topLevel.proto2' }]
|
||||
],
|
||||
[ // If no `syntax` provided, regarded as proto2
|
||||
/.*?/,
|
||||
{ token: '', switchTo: '@topLevel.proto2' }
|
||||
[
|
||||
// If no `syntax` provided, regarded as proto2
|
||||
/.*?/,
|
||||
{ token: '', switchTo: '@topLevel.proto2' }
|
||||
]
|
||||
],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue