Skip to content

Commit

Permalink
feat: add handler keyword (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
magnus-madsen authored Jan 11, 2025
1 parent 262ad63 commit 653992d
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 @@ -79,6 +79,10 @@
"name": "keyword.control.foreach.flix",
"match": "\\b(foreach)\\b"
},
{
"name": "keyword.control.handler.flix",
"match": "\\b(handler)\\b"
},
{
"name": "keyword.control.yield.flix",
"match": "\\b(yield)\\b"
Expand Down

0 comments on commit 653992d

Please sign in to comment.