We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
await
1 parent 4f8d3f9 commit ab26fc2Copy full SHA for ab26fc2
grammars/rescript.tmLanguage.json
@@ -5,7 +5,7 @@
5
"repository": {
6
"RE_KEYWORD_CONTROL": {
7
"name": "keyword.control",
8
- "match": "\\b(and|as|assert|constraint|downto|else|exception|external|for|if|in|lazy|mutable|rec|switch|to|try|when|while|with)\\b"
+ "match": "\\b(and|as|assert|await|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