Skip to content

Commit

Permalink
feat(editor): ✨ add unless keyword
Browse files Browse the repository at this point in the history
  • Loading branch information
wowkster committed Apr 27, 2023
1 parent 1785132 commit 79b3f95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion editors/vscode/syntaxes/leek.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@
"patterns": [
{
"name": "meta.control.leek",
"match": "\\b(if|else|while|for|switch)\\b(?=.*?(?:\\{|$))",
"match": "\\b(if|else|while|for|switch|unless)\\b(?=.*?(?:\\{|$))",
"captures": {
"1": {
"name": "keyword.control.block.leek"
Expand Down

0 comments on commit 79b3f95

Please # to comment.