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 052def1 commit ce34fd2Copy full SHA for ce34fd2
grammars/rescript.tmLanguage.json
@@ -214,13 +214,16 @@
214
"name": "variable.function variable.other"
215
},
216
{
217
- "match": "(#)(\\.\\.\\.)?[a-zA-Z][0-9a-zA-Z_]*\\b",
+ "match": "(#)(\\.\\.\\.)?([a-zA-Z][0-9a-zA-Z_]*)\\b",
218
"captures": {
219
"1": {
220
"name": "punctuation.definition.keyword"
221
222
"2": {
223
224
+ },
225
+ "3": {
226
+ "name": "variable.function variable.other"
227
}
228
229
0 commit comments