Skip to content

Commit f81c39d

Browse files
committed
Remove metadata from unit highlight
1 parent bc3b707 commit f81c39d

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

queries/rescript/highlights.scm

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
(#any-of? @type.builtin
2222
"int" "char" "string" "float" "bool" "unit"))
2323

24-
25-
((unit) @constant.builtin
26-
(#set! "priority" 105))
27-
2824
[
2925
(variant_identifier)
3026
(polyvar_identifier)
@@ -253,6 +249,8 @@
253249
">"
254250
] @punctuation.bracket
255251

252+
(unit ["(" ")"] @constant.builtin)
253+
256254
(template_substitution
257255
"${" @punctuation.special
258256
"}" @punctuation.special) @none

0 commit comments

Comments
 (0)