mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(kotlin): fix typo in locals query
This commit is contained in:
parent
2a50ac94bb
commit
d163f20617
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
;;; Imports
|
||||
|
||||
(package_header
|
||||
. (identifier) @definiton.namespace)
|
||||
. (identifier) @definition.namespace)
|
||||
|
||||
(import_header
|
||||
(identifier
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue