Skip to content

Commit

Permalink
Add extern & __builtin__ keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
VonTum committed Jul 27, 2024
1 parent 55f6b26 commit ebcf11d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/sus.tmGrammar.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"name": "keyword.control.untitled"
},
{
"match": "\\b(struct|module|interface|action|query|trigger|domain)\\b",
"match": "\\b(struct|module|interface|action|query|trigger|domain|extern|__builtin__)\\b",
"name": "keyword.control.untitled"
},
{
Expand Down

0 comments on commit ebcf11d

Please sign in to comment.