mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
feat(powershell)!: update parser and queries
removed nodes: `"class"`, `"enum"`
This commit is contained in:
committed by
Christian Clason
parent
1bfa557b7d
commit
8867a9d6bf
@@ -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' },
|
||||
|
||||
@@ -62,11 +62,6 @@
|
||||
|
||||
"return" @keyword.return
|
||||
|
||||
[
|
||||
"class"
|
||||
"enum"
|
||||
] @keyword.type
|
||||
|
||||
[
|
||||
"data"
|
||||
(class_attribute)
|
||||
|
||||
Reference in New Issue
Block a user