mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
run prettier
This commit is contained in:
parent
b4178b1190
commit
84bdc31efe
217 changed files with 22439 additions and 198788 deletions
|
|
@ -617,9 +617,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
|
||||
escapeChar: [[/@escape/, 'constant.character.escape']],
|
||||
|
||||
interpolation: [
|
||||
[/#{/, { token: 'delimiter.bracket.embed', next: '@interpolationContinue' }]
|
||||
],
|
||||
interpolation: [[/#{/, { token: 'delimiter.bracket.embed', next: '@interpolationContinue' }]],
|
||||
|
||||
interpolationContinue: [
|
||||
[/}/, { token: 'delimiter.bracket.embed', next: '@pop' }],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue