mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -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
|
; Constants
|
||||||
;----------
|
;----------
|
||||||
|
|
||||||
(boolean) @constant
|
[(boolean) (unit)] @constant
|
||||||
|
|
||||||
[(number) (signed_number)] @number
|
[(number) (signed_number)] @number
|
||||||
|
|
||||||
|
|
@ -80,7 +80,10 @@
|
||||||
|
|
||||||
(escape_sequence) @string.escape
|
(escape_sequence) @string.escape
|
||||||
|
|
||||||
(conversion_specification) @punctuation.special
|
[
|
||||||
|
(conversion_specification)
|
||||||
|
(pretty_printing_indication)
|
||||||
|
] @punctuation.special
|
||||||
|
|
||||||
; Operators
|
; Operators
|
||||||
;----------
|
;----------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue