feat: add puppet

This commit is contained in:
Amaan Qureshi 2023-04-26 07:32:41 -04:00
parent 8ec9a50965
commit fe3afeaa73
8 changed files with 293 additions and 0 deletions

View file

@ -1111,6 +1111,14 @@ list.pug = {
experimental = true,
}
list.puppet = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-puppet",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },
}
list.python = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-python",