mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-17 17:38:02 +00:00
feat(gdscript)!: update parser and queries
`(underscore)` node was removed
This commit is contained in:
@@ -644,7 +644,7 @@ return {
|
||||
},
|
||||
gdscript = {
|
||||
install_info = {
|
||||
revision = '48b49330888a4669b48619b211cc8da573827725',
|
||||
revision = '25dadb2beaa2bb0f53d5fe97d2588a01e9b0f0b5',
|
||||
url = 'https://github.com/PrestonKnopp/tree-sitter-gdscript',
|
||||
},
|
||||
maintainers = { '@PrestonKnopp' },
|
||||
|
||||
@@ -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
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user