Skip to content

Commit

Permalink
Fixed vscode extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Traumatism committed May 20, 2023
1 parent 9113ab1 commit 39f1f3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ide/syntaxes/maeel.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"name": "comment.line.maeel"
},
{
"match": "(fun)\\s+([a-zA-Z_][a-zA-Z0-9_]*)\\s+([a-zA-Z_\\s][a-zA-Z0-9_\\s]*)",
"match": "(fun)\\s+([a-zA-Z_][a-zA-Z0-9_]*)\\s+([a-zA-Z_\\s][a-zA-Z0-9_\\s]*)?",
"captures": {
"2": {
"name": "keyword.control.maeel"
Expand Down

0 comments on commit 39f1f3c

Please sign in to comment.