Skip to content

Commit

Permalink
chore: remove rel and lat keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 committed Nov 5, 2023
1 parent cec1058 commit cf1cbd6
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|rel|lat|alias|class|instance|with|without|opaque|mod)\\b"
"match": "\\b(eff|def|law|enum|case|type|alias|class|instance|with|without|opaque|mod)\\b"
},
{
"name": "keyword.expression.cast.flix",
Expand Down

0 comments on commit cf1cbd6

Please sign in to comment.