Skip to content

Commit

Permalink
Remove metadata from unit highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
Emilios1995 committed Jun 24, 2024
1 parent bc3b707 commit f81c39d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions queries/rescript/highlights.scm
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
(#any-of? @type.builtin
"int" "char" "string" "float" "bool" "unit"))


((unit) @constant.builtin
(#set! "priority" 105))

[
(variant_identifier)
(polyvar_identifier)
Expand Down Expand Up @@ -253,6 +249,8 @@
">"
] @punctuation.bracket

(unit ["(" ")"] @constant.builtin)

(template_substitution
"${" @punctuation.special
"}" @punctuation.special) @none
Expand Down

0 comments on commit f81c39d

Please sign in to comment.