format file with prettier

This commit is contained in:
Alex Dima 2021-12-09 20:59:18 +01:00
parent fbe2b4c7a9
commit c938ee0b32
No known key found for this signature in database
GPG key ID: 39563C1504FDD0C9

View file

@ -133,7 +133,8 @@ export const language = <languages.IMonarchLanguage>{
/(")(proto2)(")/, /(")(proto2)(")/,
['string.quote', 'string', { token: 'string.quote', switchTo: '@topLevel.proto2' }] ['string.quote', 'string', { token: 'string.quote', switchTo: '@topLevel.proto2' }]
], ],
[ // If no `syntax` provided, regarded as proto2 [
// If no `syntax` provided, regarded as proto2
/.*?/, /.*?/,
{ token: '', switchTo: '@topLevel.proto2' } { token: '', switchTo: '@topLevel.proto2' }
] ]