feat(java): add highlights to string interpolation

This commit is contained in:
Pham Huy Hoang 2023-08-18 16:03:46 +09:00 committed by Amaan Qureshi
parent 5a476c7c27
commit 4613314b1f

View file

@ -264,6 +264,8 @@
(type_arguments [ "<" ">" ] @punctuation.bracket)
(type_parameters [ "<" ">" ] @punctuation.bracket)
(string_interpolation [ "\\{" "}" ] @punctuation.special)
; Exceptions
[