mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-03 12:06:55 -04:00
feat: add puppet
This commit is contained in:
parent
8ec9a50965
commit
fe3afeaa73
8 changed files with 293 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue