mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 04:50:03 -04:00
Add Cooklang
This commit is contained in:
parent
c993f27469
commit
2dfe7a5839
3 changed files with 32 additions and 0 deletions
|
|
@ -968,6 +968,15 @@ list.solidity = {
|
|||
maintainers = { "@YongJieYongJie" },
|
||||
}
|
||||
|
||||
list.cooklang = {
|
||||
install_info = {
|
||||
url = "https://github.com/addcninblue/tree-sitter-cooklang",
|
||||
branch = "master",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
},
|
||||
maintainers = { "@addcninblue" },
|
||||
}
|
||||
|
||||
local M = {
|
||||
list = list,
|
||||
filetype_to_parsername = filetype_to_parsername,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue