mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 10:50:06 -04:00
fix: ocaml highlight
The string.special group was removed from highlight.lua, replace its uses by the string group.
This commit is contained in:
parent
b69b43b712
commit
4db39e27c9
1 changed files with 1 additions and 2 deletions
|
|
@ -69,9 +69,8 @@
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
[(string) (quoted_string)] @string
|
[(string) (quoted_string) (conversion_specification)] @string
|
||||||
(escape_sequence) @string.escape
|
(escape_sequence) @string.escape
|
||||||
(conversion_specification) @string.special
|
|
||||||
|
|
||||||
(infix_operator) @operator
|
(infix_operator) @operator
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue