mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
highlights(ocaml): add unit and pretty_printing_indication
This commit is contained in:
parent
1bbcd2fbc2
commit
633b42b2a2
1 changed files with 5 additions and 2 deletions
|
|
@ -68,7 +68,7 @@
|
|||
; Constants
|
||||
;----------
|
||||
|
||||
(boolean) @constant
|
||||
[(boolean) (unit)] @constant
|
||||
|
||||
[(number) (signed_number)] @number
|
||||
|
||||
|
|
@ -80,7 +80,10 @@
|
|||
|
||||
(escape_sequence) @string.escape
|
||||
|
||||
(conversion_specification) @punctuation.special
|
||||
[
|
||||
(conversion_specification)
|
||||
(pretty_printing_indication)
|
||||
] @punctuation.special
|
||||
|
||||
; Operators
|
||||
;----------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue