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.
1 parent 37e3f4f commit 8113017Copy full SHA for 8113017
grammars/rescript.tmLanguage.json
@@ -188,6 +188,14 @@
188
}
189
]
190
},
191
+ "typeParameter": {
192
+ "patterns": [
193
+ {
194
+ "match": "'[A-Za-z][A-Za-z0-9_]*",
195
+ "name": "support.type"
196
+ }
197
+ ]
198
+ },
199
"number": {
200
"patterns": [
201
{
@@ -431,6 +439,9 @@
431
439
432
440
"include": "#character"
433
441
442
443
+ "include": "#typeParameter"
444
434
445
435
446
"include": "#string"
436
447
0 commit comments