Skip to content

Commit

Permalink
Add keywords import, export, and struct.
Browse files Browse the repository at this point in the history
  • Loading branch information
ScottCarda-MS committed Jul 1, 2024
1 parent c321d0f commit 333adbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/basic-languages/qsharp/qsharp.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,15 @@ export const language = <languages.IMonarchLanguage>{
keywords: [
'namespace',
'open',
'import',
'export',
'as',
'operation',
'function',
'body',
'adjoint',
'newtype',
'struct',
'controlled',
'if',
'elif',
Expand Down Expand Up @@ -141,7 +144,6 @@ export const language = <languages.IMonarchLanguage>{
'stackalloc',
'static',
'string',
'struct',
'switch',
'this',
'throw',
Expand Down

0 comments on commit 333adbb

Please sign in to comment.