mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
fixed clear \\ to \ on keywords
This commit is contained in:
parent
380fe86dd8
commit
4f1958ac27
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ export const language = <ILanguage>{
|
|||
'new',
|
||||
'refer',
|
||||
'pos',
|
||||
'pos\\?',
|
||||
'pos\?',
|
||||
'filter',
|
||||
'map',
|
||||
'reduce',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue