mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
feat(scala): sync highlights with latest upstream (#4926)
This accounts for a correction in interpolations and also adding support for `self_type`. This is a follow-up to #4920.
This commit is contained in:
parent
e040eda997
commit
5944fc821a
1 changed files with 4 additions and 1 deletions
|
|
@ -23,7 +23,10 @@
|
|||
(class_parameter
|
||||
name: (identifier) @parameter)
|
||||
|
||||
(interpolation) @none
|
||||
(self_type (identifier) @parameter)
|
||||
|
||||
(interpolation (identifier) @none)
|
||||
(interpolation (block) @none)
|
||||
|
||||
;; types
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue