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 bc3b707 commit f81c39dCopy full SHA for f81c39d
queries/rescript/highlights.scm
@@ -21,10 +21,6 @@
21
(#any-of? @type.builtin
22
"int" "char" "string" "float" "bool" "unit"))
23
24
-
25
-((unit) @constant.builtin
26
- (#set! "priority" 105))
27
28
[
29
(variant_identifier)
30
(polyvar_identifier)
@@ -253,6 +249,8 @@
253
249
">"
254
250
] @punctuation.bracket
255
251
252
+(unit ["(" ")"] @constant.builtin)
+
256
(template_substitution
257
"${" @punctuation.special
258
"}" @punctuation.special) @none
0 commit comments