feat: add jsonnet

This commit is contained in:
Cezary Drożak 2022-09-07 10:30:43 +02:00 committed by Stephan Seitz
parent 72d61cd9fa
commit f2d3d509d9
4 changed files with 88 additions and 0 deletions

View file

@ -370,6 +370,14 @@ list.json = {
maintainers = { "@steelsojka" },
}
list.jsonnet = {
install_info = {
url = "https://github.com/sourcegraph/tree-sitter-jsonnet",
files = { "src/parser.c", "src/scanner.c" },
},
maintainers = { "@nawordar" },
}
list.css = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-css",