Skip to content

Commit

Permalink
feat: add mut keyword (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 authored Sep 6, 2024
1 parent 976f1c8 commit 8bbfea4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntaxes/flix.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,10 @@
"name": "keyword.use.flix",
"match": "\\b(use)\\b"
},
{
"name": "keyword.mut.flix",
"match": "\\b(mut)\\b"
},
{
"name": "keyword.symbols.flix",
"match": "(\\->|~>|<\\-|=>)"
Expand Down

0 comments on commit 8bbfea4

Please sign in to comment.