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

@ -644,7 +644,7 @@ return {
}, },
gdscript = { gdscript = {
install_info = { install_info = {
revision = '48b49330888a4669b48619b211cc8da573827725', revision = '25dadb2beaa2bb0f53d5fe97d2588a01e9b0f0b5',
url = 'https://github.com/PrestonKnopp/tree-sitter-gdscript', url = 'https://github.com/PrestonKnopp/tree-sitter-gdscript',
}, },
maintainers = { '@PrestonKnopp' }, maintainers = { '@PrestonKnopp' },

View file

@ -129,10 +129,10 @@
(#eq? @keyword.operator "new")) (#eq? @keyword.operator "new"))
; Match Pattern ; Match Pattern
[ (pattern_open_ending) @character.special
(underscore)
(pattern_open_ending) ((identifier) @character.special
] @character.special (#eq? @character.special "_"))
; Alternations ; Alternations
[ [