aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/capnp/test.capnp
diff options
context:
space:
mode:
authorJaehwang Jung <tomtomjhj@gmail.com>2024-03-08 19:09:51 +0900
committerChristian Clason <c.clason@uni-graz.at>2024-03-16 20:51:16 +0800
commit998b230a77b544761bae8aa7518d40b91a5c9559 (patch)
tree45eb36a1cb2927598c8f1a4bf508f4291be04e49 /tests/query/highlights/capnp/test.capnp
parentbot(readme): update (diff)
downloadnvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar
nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.gz
nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.bz2
nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.lz
nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.xz
nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.tar.zst
nvim-treesitter-998b230a77b544761bae8aa7518d40b91a5c9559.zip
feat(highlights)!: keyword `@type.qualifier` → `@keyword.modifier`
Diffstat (limited to 'tests/query/highlights/capnp/test.capnp')
-rw-r--r--tests/query/highlights/capnp/test.capnp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/query/highlights/capnp/test.capnp b/tests/query/highlights/capnp/test.capnp
index ce12b07ac..9480affd3 100644
--- a/tests/query/highlights/capnp/test.capnp
+++ b/tests/query/highlights/capnp/test.capnp
@@ -328,7 +328,7 @@ struct TestEmptyStruct {}
struct TestConstants {
const voidConst :Void = void;
-# ^^^^^ @type.qualifier
+# ^^^^^ @keyword.modifier
const boolConst :Bool = true;
const int8Const :Int8 = -123;
const int16Const :Int16 = -12345;