aboutsummaryrefslogtreecommitdiffstats
path: root/queries/kotlin
diff options
context:
space:
mode:
authorSal Bakraa <SalBakraa@gmail.com>2022-01-06 02:56:07 +0300
committerStephan Seitz <stephan.seitz@fau.de>2022-01-08 20:01:00 +0100
commitd163f20617e43326e3367161cdffd6694d50eddb (patch)
treee14497148b3257c8daecb5ab0528627992a3d688 /queries/kotlin
parentfeat(kotlin): include a folds and a locals query (diff)
downloadnvim-treesitter-d163f20617e43326e3367161cdffd6694d50eddb.tar
nvim-treesitter-d163f20617e43326e3367161cdffd6694d50eddb.tar.gz
nvim-treesitter-d163f20617e43326e3367161cdffd6694d50eddb.tar.bz2
nvim-treesitter-d163f20617e43326e3367161cdffd6694d50eddb.tar.lz
nvim-treesitter-d163f20617e43326e3367161cdffd6694d50eddb.tar.xz
nvim-treesitter-d163f20617e43326e3367161cdffd6694d50eddb.tar.zst
nvim-treesitter-d163f20617e43326e3367161cdffd6694d50eddb.zip
fix(kotlin): fix typo in locals query
Diffstat (limited to 'queries/kotlin')
-rw-r--r--queries/kotlin/locals.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/queries/kotlin/locals.scm b/queries/kotlin/locals.scm
index 43a5676b6..d1b45f276 100644
--- a/queries/kotlin/locals.scm
+++ b/queries/kotlin/locals.scm
@@ -1,7 +1,7 @@
;;; Imports
(package_header
- . (identifier) @definiton.namespace)
+ . (identifier) @definition.namespace)
(import_header
(identifier