mirror of
https://github.com/microsoft/monaco-editor.git
synced 2024-11-25 16:35:44 +08:00
Add keywords import
, export
, and struct
.
This commit is contained in:
parent
c321d0fbec
commit
333adbbe6b
@ -33,12 +33,15 @@ export const language = <languages.IMonarchLanguage>{
|
||||
keywords: [
|
||||
'namespace',
|
||||
'open',
|
||||
'import',
|
||||
'export',
|
||||
'as',
|
||||
'operation',
|
||||
'function',
|
||||
'body',
|
||||
'adjoint',
|
||||
'newtype',
|
||||
'struct',
|
||||
'controlled',
|
||||
'if',
|
||||
'elif',
|
||||
@ -141,7 +144,6 @@ export const language = <languages.IMonarchLanguage>{
|
||||
'stackalloc',
|
||||
'static',
|
||||
'string',
|
||||
'struct',
|
||||
'switch',
|
||||
'this',
|
||||
'throw',
|
||||
|
Loading…
Reference in New Issue
Block a user