mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 15:05:39 +01:00
Add double-underscored keywords (indention is too corrupted to fix - a mess of tabs instead of spaces)
This commit is contained in:
parent
1943ce5ecc
commit
3ed28633bd
1 changed files with 4 additions and 1 deletions
|
|
@ -170,7 +170,10 @@ export const language = <languages.IMonarchLanguage>{
|
|||
'weak',
|
||||
'where',
|
||||
'while',
|
||||
'willSet'
|
||||
'willSet',
|
||||
|
||||
'__consuming',
|
||||
'__owned'
|
||||
],
|
||||
|
||||
symbols: /[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue