Skip to content

Commit

Permalink
feat: add struct keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Jun 27, 2024
1 parent 80b8ba1 commit 4f3814d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/flix.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@
},
{
"name": "keyword.declaration.flix",
"match": "\\b(eff|def|law|enum|case|type|alias|trait|instance|with|without|opaque|mod)\\b"
"match": "\\b(eff|def|law|enum|case|type|alias|trait|instance|with|without|opaque|mod|struct)\\b"
},
{
"name": "keyword.expression.cast.flix",
Expand Down

0 comments on commit 4f3814d

Please sign in to comment.