Skip to content

Commit 461e732

Browse files
Update malloy.monarch.ts
1 parent 30a8498 commit 461e732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/malloy-syntax-highlight/grammars/malloy/malloy.monarch.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ export const monarch: Monaco.IMonarchLanguage = {
184184
[/\binternal\b/, 'keyword.control.internal'],
185185
[/\bpublic\b/, 'keyword.control.public'],
186186
[/\bprivate\b/, 'keyword.control.private'],
187+
[/\binclude\b/, 'keyword.control.include'],
187188
],
188189
properties: [
189190
[/\baccept\b/, 'keyword.control.accept'],

0 commit comments

Comments
 (0)