mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat(powershell)!: update parser and queries
removed nodes: `"class"`, `"enum"`
This commit is contained in:
parent
1bfa557b7d
commit
8867a9d6bf
2 changed files with 1 additions and 6 deletions
|
|
@ -62,11 +62,6 @@
|
|||
|
||||
"return" @keyword.return
|
||||
|
||||
[
|
||||
"class"
|
||||
"enum"
|
||||
] @keyword.type
|
||||
|
||||
[
|
||||
"data"
|
||||
(class_attribute)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue