aboutsummaryrefslogtreecommitdiffstats
path: root/tests/query/highlights/xhp-intro.hack
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/xhp-intro.hack
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/xhp-intro.hack')
-rw-r--r--tests/query/highlights/xhp-intro.hack4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/query/highlights/xhp-intro.hack b/tests/query/highlights/xhp-intro.hack
index 06f7e30a2..0f8cffe02 100644
--- a/tests/query/highlights/xhp-intro.hack
+++ b/tests/query/highlights/xhp-intro.hack
@@ -5,8 +5,8 @@ use type Facebook\XHP\HTML\{XHPHTMLHelpers, a, form};
final xhp class a_post extends x\element {
-// ^ @type.qualifier
-// ^ @type.qualifier
+// ^ @keyword.modifier
+// ^ @keyword.modifier
// ^ @keyword
use XHPHTMLHelpers;