mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(gdscript)!: update parser and queries
`(underscore)` node was removed
This commit is contained in:
parent
f7c5f7de55
commit
3d0e642764
2 changed files with 5 additions and 5 deletions
|
|
@ -129,10 +129,10 @@
|
|||
(#eq? @keyword.operator "new"))
|
||||
|
||||
; Match Pattern
|
||||
[
|
||||
(underscore)
|
||||
(pattern_open_ending)
|
||||
] @character.special
|
||||
(pattern_open_ending) @character.special
|
||||
|
||||
((identifier) @character.special
|
||||
(#eq? @character.special "_"))
|
||||
|
||||
; Alternations
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue