aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/hack/use.hack
diff options
context:
space:
mode:
authorRiley Bruins <ribru17@hotmail.com>2024-04-23 12:23:15 -0700
committerChristian Clason <c.clason@uni-graz.at>2024-05-01 09:59:50 +0200
commitf58cae6c228e26681039253cb172de16cd764408 (patch)
tree5dab18e7bf7eb9fcecc99f543a7b3c6e776291d5 /tests/query/highlights/hack/use.hack
parentbot(lockfile): update angular, cpp, djot, html, json5, mlir, python, solidity... (diff)
downloadnvim-treesitter-f58cae6c228e26681039253cb172de16cd764408.tar
nvim-treesitter-f58cae6c228e26681039253cb172de16cd764408.tar.gz
nvim-treesitter-f58cae6c228e26681039253cb172de16cd764408.tar.bz2
nvim-treesitter-f58cae6c228e26681039253cb172de16cd764408.tar.lz
nvim-treesitter-f58cae6c228e26681039253cb172de16cd764408.tar.xz
nvim-treesitter-f58cae6c228e26681039253cb172de16cd764408.tar.zst
nvim-treesitter-f58cae6c228e26681039253cb172de16cd764408.zip
feat: more `@keyword.type` captures
Diffstat (limited to 'tests/query/highlights/hack/use.hack')
-rw-r--r--tests/query/highlights/hack/use.hack4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/hack/use.hack b/tests/query/highlights/hack/use.hack
index 0b1fde364..ab17d1140 100644
--- a/tests/query/highlights/hack/use.hack
+++ b/tests/query/highlights/hack/use.hack
@@ -5,9 +5,9 @@ use function Space\Func\F as E;
// ^ @function
// ^ @function
use type Space\Type\T;
-// ^ @keyword
+// ^ @keyword.type
use namespace Space\Name\N as M;
-// ^ @keyword
+// ^ @keyword.type
// ^ @module
use namespace Space\Name2\N2, Space\Nothing\N3 as N8, type Space\Type2\N4,;