mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
highlights(kotlin): add companion keyword
This commit is contained in:
parent
99547308ac
commit
d649756f49
1 changed files with 3 additions and 0 deletions
|
|
@ -272,6 +272,9 @@
|
|||
;;; Keywords
|
||||
|
||||
(type_alias "typealias" @keyword)
|
||||
|
||||
(companion_object "companion" @keyword)
|
||||
|
||||
[
|
||||
(class_modifier)
|
||||
(member_modifier)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue