mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat: add cpon
This commit is contained in:
parent
853b1ab39a
commit
c38646edf2
8 changed files with 93 additions and 0 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue