aboutsummaryrefslogtreecommitdiffstats
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
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"`
-rw-r--r--lua/nvim-treesitter/parsers.lua2
-rw-r--r--runtime/queries/powershell/highlights.scm5
2 files changed, 1 insertions, 6 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua
index 24fdded9c..ade94c60c 100644
--- a/lua/nvim-treesitter/parsers.lua
+++ b/lua/nvim-treesitter/parsers.lua
@@ -1637,7 +1637,7 @@ return {
powershell = {
filetype = 'ps1',
install_info = {
- revision = '66d5e61126989c0aca57ff77d19b2064919b51e1',
+ revision = '01b67e81917482fb714409a40a8fea8fe21c42f6',
url = 'https://github.com/airbus-cert/tree-sitter-powershell',
},
maintainers = { '@L2jLiga' },
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