mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 05:20:00 -04:00
feat!(gdshader): replace gdshader parser and queries (#8244)
Switch parser to https://github.com/airblast-dev/tree-sitter-gdshader
This commit is contained in:
parent
fd2880e8bc
commit
64f4755b9d
4 changed files with 250 additions and 102 deletions
|
|
@ -660,10 +660,10 @@ return {
|
|||
},
|
||||
gdshader = {
|
||||
install_info = {
|
||||
revision = '14e834063e136fa69b6d91f711f4f1981acf424b',
|
||||
url = 'https://github.com/GodOfAvacyn/tree-sitter-gdshader',
|
||||
revision = '0dab84552f7d33a0084b469b7e38237302bf8e91',
|
||||
url = 'https://github.com/airblast-dev/tree-sitter-gdshader',
|
||||
},
|
||||
maintainers = { '@godofavacyn' },
|
||||
maintainers = { '@airblast-dev' },
|
||||
tier = 2,
|
||||
},
|
||||
git_config = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue