mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(ocaml): highlight units as such
Units were shadowed by the punctuation highlights in all situations. Restrict the context where parentheses are highlighted as punctuation so () can be highlighted as constants. Signed-off-by: Pau Ruiz Safont <unduthegun@gmail.com>
This commit is contained in:
parent
a31bd39a40
commit
09efcdb049
1 changed files with 2 additions and 1 deletions
|
|
@ -71,7 +71,8 @@
|
|||
; Constants
|
||||
;----------
|
||||
|
||||
(unit) @constant.builtin
|
||||
; Don't let normal parens take priority over this
|
||||
((unit) @constant.builtin (#set! "priority" 105))
|
||||
|
||||
(boolean) @boolean
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue