mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
add gdscript
This commit is contained in:
parent
57ba843d18
commit
5236768c33
3 changed files with 46 additions and 0 deletions
|
|
@ -389,6 +389,15 @@ list.sparql = {
|
|||
maintainers = { "@bonabeavis" },
|
||||
}
|
||||
|
||||
list.gdscript = {
|
||||
install_info = {
|
||||
url = "https://github.com/PrestonKnopp/tree-sitter-gdscript",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
},
|
||||
readme_name = "Godot (gdscript)",
|
||||
maintainers = {"not @tjdevries"},
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue