Skip to content

Commit 33fc9ea

Browse files
committed
feat: Add ProXPL TextMate grammar for syntax highlighting.
1 parent ce8a8e8 commit 33fc9ea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

extension/syntaxes/proxpl.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"patterns": [
4747
{
4848
"name": "keyword.control.proxpl",
49-
"match": "\\b(if|else|while|for|return|import)\\b"
49+
"match": "\\b(if|else|while|for|return|use)\\b"
5050
},
5151
{
5252
"name": "keyword.declaration.proxpl",

0 commit comments

Comments
 (0)