mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 13:30:01 -04:00
feat: add scfg
This commit is contained in:
parent
4920a4e732
commit
736a672afe
5 changed files with 22 additions and 0 deletions
|
|
@ -1367,6 +1367,15 @@ list.scala = {
|
|||
maintainers = { "@stevanmilic" },
|
||||
}
|
||||
|
||||
list.scfg = {
|
||||
install_info = {
|
||||
url = "https://git.sr.ht/~rockorager/tree-sitter-scfg",
|
||||
files = { "src/parser.c" },
|
||||
requires_generate_from_grammar = true,
|
||||
},
|
||||
maintainers = { "@WhyNotHugo" },
|
||||
}
|
||||
|
||||
list.scheme = {
|
||||
install_info = {
|
||||
url = "https://github.com/6cdh/tree-sitter-scheme",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue