Skip to content

Commit f72d837

Browse files
committed
Higlight poly variant better
1 parent f68f030 commit f72d837

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

grammars/rescript.tmLanguage.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,14 @@
235235
"name": "variable.function variable.other"
236236
}
237237
}
238+
},
239+
{
240+
"match": "(#)",
241+
"captures": {
242+
"1": {
243+
"name": "punctuation.definition.keyword"
244+
}
245+
}
238246
}
239247
]
240248
},

0 commit comments

Comments
 (0)