mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Add keywords import, export, and struct.
This commit is contained in:
parent
c321d0fbec
commit
333adbbe6b
1 changed files with 3 additions and 1 deletions
|
|
@ -33,12 +33,15 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
keywords: [
|
keywords: [
|
||||||
'namespace',
|
'namespace',
|
||||||
'open',
|
'open',
|
||||||
|
'import',
|
||||||
|
'export',
|
||||||
'as',
|
'as',
|
||||||
'operation',
|
'operation',
|
||||||
'function',
|
'function',
|
||||||
'body',
|
'body',
|
||||||
'adjoint',
|
'adjoint',
|
||||||
'newtype',
|
'newtype',
|
||||||
|
'struct',
|
||||||
'controlled',
|
'controlled',
|
||||||
'if',
|
'if',
|
||||||
'elif',
|
'elif',
|
||||||
|
|
@ -141,7 +144,6 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'stackalloc',
|
'stackalloc',
|
||||||
'static',
|
'static',
|
||||||
'string',
|
'string',
|
||||||
'struct',
|
|
||||||
'switch',
|
'switch',
|
||||||
'this',
|
'this',
|
||||||
'throw',
|
'throw',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue