mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 03:26:52 -04:00
feat(cooklang): update to scanner rewrite
This commit is contained in:
parent
6f1f407d71
commit
6e2b56cbe7
2 changed files with 2 additions and 2 deletions
|
|
@ -287,7 +287,7 @@ list.commonlisp = {
|
|||
list.cooklang = {
|
||||
install_info = {
|
||||
url = "https://github.com/addcninblue/tree-sitter-cooklang",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@addcninblue" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue