We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
try
catch
1 parent 2b6f5f1 commit 939016fCopy full SHA for 939016f
editors/code/src/languages/syntaxes/func.tmLanguage.json
@@ -67,7 +67,7 @@
67
"patterns": [
68
{
69
"name": "keyword.control.func",
70
- "match": "\\b(?:if|ifnot|elseif|elseifnot|else|while|do|until|repeat|return)\\b"
+ "match": "\\b(?:if|ifnot|elseif|elseifnot|else|while|do|until|repeat|return|try|catch)\\b"
71
},
72
73
"name": "keyword.declaration.func",
0 commit comments