feat(gdscript)!: update parser and queries

`(underscore)` node was removed
This commit is contained in:
Christian Clason 2025-05-02 17:15:46 +02:00
parent f7c5f7de55
commit 3d0e642764
2 changed files with 5 additions and 5 deletions

View file

@ -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
[