Skip to content

Commit

Permalink
feat: reflect renaming of debug to dbg (#453)
Browse files Browse the repository at this point in the history
  • Loading branch information
sockmaster27 authored Oct 14, 2024
1 parent 40d1049 commit a3eeaa6
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 @@ -65,7 +65,7 @@
},
{
"name": "keyword.control.debug.flix",
"match": "\\b(debug)\\b"
"match": "\\b(dbg)\\b"
},
{
"name": "keyword.control.do.flix",
Expand Down

0 comments on commit a3eeaa6

Please sign in to comment.