mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 20:40:02 -04:00
feat: add Squirrel
This commit is contained in:
parent
ba4bce9bb7
commit
71be7c04d5
8 changed files with 480 additions and 0 deletions
|
|
@ -1329,6 +1329,14 @@ list.sql = {
|
|||
maintainers = { "@derekstride" },
|
||||
}
|
||||
|
||||
list.squirrel = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-squirrel",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.starlark = {
|
||||
install_info = {
|
||||
url = "https://github.com/amaanq/tree-sitter-starlark",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue