feat(powershell)!: update parser and queries

removed nodes: `"class"`, `"enum"`
This commit is contained in:
Christian Clason
2025-06-22 15:45:57 +02:00
committed by Christian Clason
parent 1bfa557b7d
commit 8867a9d6bf
2 changed files with 1 additions and 6 deletions

View File

@@ -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' },

View File

@@ -62,11 +62,6 @@
"return" @keyword.return
[
"class"
"enum"
] @keyword.type
[
"data"
(class_attribute)