Skip to content

Commit 0fe485b

Browse files
committed
Highlight catch.
Fixes #671
1 parent 48f58bb commit 0fe485b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grammars/rescript.tmLanguage.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"repository": {
66
"RE_KEYWORD_CONTROL": {
77
"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"
8+
"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"
99
},
1010
"RE_TO_DOWNTO_AS_LABELS": {
1111
"patterns": [

0 commit comments

Comments
 (0)