mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 02:10:15 -04:00
highlights(scala): add support for using directives (#4893)
This accounts for the updates in https://github.com/tree-sitter/tree-sitter-scala/pull/273.
This commit is contained in:
parent
cb6d94ef7b
commit
2cbe8a4296
1 changed files with 4 additions and 0 deletions
|
|
@ -252,3 +252,7 @@
|
||||||
(identifier) @function.builtin
|
(identifier) @function.builtin
|
||||||
(#lua-match? @function.builtin "^super$")
|
(#lua-match? @function.builtin "^super$")
|
||||||
)
|
)
|
||||||
|
|
||||||
|
;; Scala CLI using directives
|
||||||
|
(using_directive_key) @parameter
|
||||||
|
(using_directive_value) @string
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue