aboutsummaryrefslogtreecommitdiffstats
path: root/runtime/queries/powershell
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2025-06-22 15:45:57 +0200
committerChristian Clason <ch.clason+github@icloud.com>2025-06-22 15:51:32 +0200
commit8867a9d6bf85a7847e3dff35b049880dbffb44d6 (patch)
tree2f72dc33632503330877601b46f519f77eb29f08 /runtime/queries/powershell
parentfeat(parsers): update gleam, latex, typespec, purescript, heex, nu (diff)
downloadnvim-treesitter-8867a9d6bf85a7847e3dff35b049880dbffb44d6.tar
nvim-treesitter-8867a9d6bf85a7847e3dff35b049880dbffb44d6.tar.gz
nvim-treesitter-8867a9d6bf85a7847e3dff35b049880dbffb44d6.tar.bz2
nvim-treesitter-8867a9d6bf85a7847e3dff35b049880dbffb44d6.tar.lz
nvim-treesitter-8867a9d6bf85a7847e3dff35b049880dbffb44d6.tar.xz
nvim-treesitter-8867a9d6bf85a7847e3dff35b049880dbffb44d6.tar.zst
nvim-treesitter-8867a9d6bf85a7847e3dff35b049880dbffb44d6.zip
feat(powershell)!: update parser and queries
removed nodes: `"class"`, `"enum"`
Diffstat (limited to 'runtime/queries/powershell')
-rw-r--r--runtime/queries/powershell/highlights.scm5
1 files changed, 0 insertions, 5 deletions
diff --git a/runtime/queries/powershell/highlights.scm b/runtime/queries/powershell/highlights.scm
index 7d334ba2a..d26864275 100644
--- a/runtime/queries/powershell/highlights.scm
+++ b/runtime/queries/powershell/highlights.scm
@@ -63,11 +63,6 @@
"return" @keyword.return
[
- "class"
- "enum"
-] @keyword.type
-
-[
"data"
(class_attribute)
] @keyword.modifier