mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add starlark
This commit is contained in:
parent
83e2e22d9e
commit
1641c4f3b4
8 changed files with 459 additions and 0 deletions
|
|
@ -1234,6 +1234,15 @@ list.sql = {
|
|||
maintainers = { "@derekstride" },
|
||||
}
|
||||
|
||||
list.starlark = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-starlark",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
},
|
||||
filetype = "bzl",
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.supercollider = {
|
||||
install_info = {
|
||||
url = "https://github.com/madskjeldgaard/tree-sitter-supercollider",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue