mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -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
|
;;; Keywords
|
||||||
|
|
||||||
(type_alias "typealias" @keyword)
|
(type_alias "typealias" @keyword)
|
||||||
|
|
||||||
|
(companion_object "companion" @keyword)
|
||||||
|
|
||||||
[
|
[
|
||||||
(class_modifier)
|
(class_modifier)
|
||||||
(member_modifier)
|
(member_modifier)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue