We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
catch
1 parent 48f58bb commit 0fe485bCopy full SHA for 0fe485b
grammars/rescript.tmLanguage.json
@@ -5,7 +5,7 @@
5
"repository": {
6
"RE_KEYWORD_CONTROL": {
7
"name": "keyword.control",
8
- "match": "\\b(and|as|assert|async|await|constraint|downto|else|exception|external|for|if|in|lazy|mutable|rec|switch|to|try|when|while|with)\\b"
+ "match": "\\b(and|as|assert|async|await|catch|constraint|downto|else|exception|external|for|if|in|lazy|mutable|rec|switch|to|try|when|while|with)\\b"
9
},
10
"RE_TO_DOWNTO_AS_LABELS": {
11
"patterns": [
0 commit comments