mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
highlights(java): add support for text_blocks
This commit is contained in:
parent
386f80e4d7
commit
4542402e34
1 changed files with 1 additions and 1 deletions
|
|
@ -143,7 +143,7 @@
|
||||||
] @float
|
] @float
|
||||||
|
|
||||||
(character_literal) @character
|
(character_literal) @character
|
||||||
(string_literal) @string
|
[(string_literal) (text_block)] @string
|
||||||
(null_literal) @constant.builtin
|
(null_literal) @constant.builtin
|
||||||
|
|
||||||
[
|
[
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue