Add keywords import, export, and struct.

This commit is contained in:
Scott Carda 2024-07-01 13:59:44 -07:00
parent c321d0fbec
commit 333adbbe6b

View File

@ -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',