diff options
| author | GitHub <noreply@github.com> | 2023-02-14 06:41:07 +0000 |
|---|---|---|
| committer | Christian Clason <c.clason@uni-graz.at> | 2023-02-14 11:55:08 +0100 |
| commit | 24f6653ffe0fed47b9b270a89ac5720f9ff6b16b (patch) | |
| tree | b283eeae9dae305a74c5d0c2499f072dd2a69f8c /lua | |
| parent | ada(highlights,folds,locals): update to parser changes (diff) | |
| download | nvim-treesitter-24f6653ffe0fed47b9b270a89ac5720f9ff6b16b.tar nvim-treesitter-24f6653ffe0fed47b9b270a89ac5720f9ff6b16b.tar.gz nvim-treesitter-24f6653ffe0fed47b9b270a89ac5720f9ff6b16b.tar.bz2 nvim-treesitter-24f6653ffe0fed47b9b270a89ac5720f9ff6b16b.tar.lz nvim-treesitter-24f6653ffe0fed47b9b270a89ac5720f9ff6b16b.tar.xz nvim-treesitter-24f6653ffe0fed47b9b270a89ac5720f9ff6b16b.tar.zst nvim-treesitter-24f6653ffe0fed47b9b270a89ac5720f9ff6b16b.zip | |
Update parsers: gdscript, thrift
update gdscript indent queries to parser change and remove @Shatur as
maintainer
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 67fc7bb36..f4231eb25 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -443,7 +443,6 @@ list.gdscript = { files = { "src/parser.c", "src/scanner.cc" }, }, readme_name = "Godot (gdscript)", - maintainers = { "@Shatur" }, } list.git_rebase = { |
