mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
OCaml string format specifiers
For format specifiers use @string.special instead of @punctuation.special.
This commit is contained in:
parent
acf0c0f6a1
commit
d6a0a26b85
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@
|
||||||
[
|
[
|
||||||
(conversion_specification)
|
(conversion_specification)
|
||||||
(pretty_printing_indication)
|
(pretty_printing_indication)
|
||||||
] @punctuation.special
|
] @string.special
|
||||||
|
|
||||||
; Keywords
|
; Keywords
|
||||||
;---------
|
;---------
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue