mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
Add turtle
This commit is contained in:
parent
bc4019f4be
commit
a0f03ec333
6 changed files with 94 additions and 0 deletions
|
|
@ -399,6 +399,15 @@ list.gdscript = {
|
|||
maintainers = {"not @tjdevries"},
|
||||
}
|
||||
|
||||
list.turtle = {
|
||||
install_info = {
|
||||
url = "https://github.com/BonaBeavis/tree-sitter-turtle",
|
||||
files = { "src/parser.c" },
|
||||
branch = "main",
|
||||
},
|
||||
maintainers = { "@bonabeavis" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue