mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
Fixing formatting
This commit is contained in:
parent
ac2c7a1add
commit
77e16ebc81
2 changed files with 21 additions and 21 deletions
|
|
@ -288,7 +288,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
],
|
||||
fStringDetail: [
|
||||
[/[:][^}]+/, 'string'],
|
||||
[/[!][ars]/, 'string'], // only !a, !r, !s are supported by f-strings: https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals
|
||||
[/[!][ars]/, 'string'], // only !a, !r, !s are supported by f-strings: https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals
|
||||
[/=/, 'string'],
|
||||
[/\}/, 'identifier', '@pop']
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue