feat: add cpon

This commit is contained in:
Amaan Qureshi 2023-02-23 18:44:10 -05:00 committed by Stephan Seitz
parent 853b1ab39a
commit c38646edf2
8 changed files with 93 additions and 0 deletions

View file

@ -220,6 +220,14 @@ list.cooklang = {
maintainers = { "@addcninblue" },
}
list.cpon = {
install_info = {
url = "https://github.com/amaanq/tree-sitter-cpon",
files = { "src/parser.c" },
},
maintainers = { "@amaanq" },
}
list.cpp = {
install_info = {
url = "https://github.com/tree-sitter/tree-sitter-cpp",