diff options
| author | Amaan Qureshi <amaanq12@gmail.com> | 2023-02-23 18:44:10 -0500 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2023-02-24 01:14:47 -0800 |
| commit | c38646edf2bdfac157ca619697ecad9ea87fd469 (patch) | |
| tree | 6251c7cffebc3b2836ff65eced2aa088a5110ac9 /lua | |
| parent | style: fill in missing code docs wherever applicable (diff) | |
| download | nvim-treesitter-0.8.5.tar nvim-treesitter-0.8.5.tar.gz nvim-treesitter-0.8.5.tar.bz2 nvim-treesitter-0.8.5.tar.lz nvim-treesitter-0.8.5.tar.xz nvim-treesitter-0.8.5.tar.zst nvim-treesitter-0.8.5.zip | |
feat: add cponv0.8.5
Diffstat (limited to 'lua')
| -rw-r--r-- | lua/nvim-treesitter/parsers.lua | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 1813f08dd..7b18ce7c6 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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", |
