Skip to content

Commit 939016f

Browse files
authored
feat(func/highlighting): add try and catch keywords (#40)
1 parent 2b6f5f1 commit 939016f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

editors/code/src/languages/syntaxes/func.tmLanguage.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"patterns": [
6868
{
6969
"name": "keyword.control.func",
70-
"match": "\\b(?:if|ifnot|elseif|elseifnot|else|while|do|until|repeat|return)\\b"
70+
"match": "\\b(?:if|ifnot|elseif|elseifnot|else|while|do|until|repeat|return|try|catch)\\b"
7171
},
7272
{
7373
"name": "keyword.declaration.func",

0 commit comments

Comments
 (0)