feat: add Snakemake

This commit is contained in:
osthomas 2023-09-13 03:29:22 +02:00 committed by GitHub
parent 9567185621
commit 2461e5ac21
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 87 additions and 0 deletions

View file

@ -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",