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:
Chris Kipp 2023-06-09 10:15:06 +02:00 committed by GitHub
parent e040eda997
commit 5944fc821a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,10 @@
(class_parameter
name: (identifier) @parameter)
(interpolation) @none
(self_type (identifier) @parameter)
(interpolation (identifier) @none)
(interpolation (block) @none)
;; types