mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat(java): add highlights to string interpolation
This commit is contained in:
parent
5a476c7c27
commit
4613314b1f
1 changed files with 2 additions and 0 deletions
|
|
@ -264,6 +264,8 @@
|
|||
(type_arguments [ "<" ">" ] @punctuation.bracket)
|
||||
(type_parameters [ "<" ">" ] @punctuation.bracket)
|
||||
|
||||
(string_interpolation [ "\\{" "}" ] @punctuation.special)
|
||||
|
||||
; Exceptions
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue