mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 22:10:01 -04:00
feat: add Snakemake
This commit is contained in:
parent
9567185621
commit
2461e5ac21
6 changed files with 87 additions and 0 deletions
|
|
@ -1520,6 +1520,15 @@ list.smali = {
|
|||
maintainers = { "@amaanq" },
|
||||
}
|
||||
|
||||
list.snakemake = {
|
||||
install_info = {
|
||||
url = "https://github.com/osthomas/tree-sitter-snakemake",
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainer = { "@osthomas" },
|
||||
experimental = true,
|
||||
}
|
||||
|
||||
list.smithy = {
|
||||
install_info = {
|
||||
url = "https://github.com/indoorvivants/tree-sitter-smithy",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue