Add keywords `import`, `export`, and `struct`.
parent
c321d0fbec
commit
333adbbe6b
|
@ -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…
Reference in New Issue