mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -75,7 +75,7 @@
|
|||
"revision": "cf10fc38bc24faf0549d59217ff37c789973dfdc"
|
||||
},
|
||||
"cooklang": {
|
||||
"revision": "5e113412aadb78955c27010daa4dbe1d202013cf"
|
||||
"revision": "81c2a8667846b1e60db68b5601d864fe00fd1d3a"
|
||||
},
|
||||
"corn": {
|
||||
"revision": "604d73c38d4c28ca68e9e441ffd405d68cb63051"
|
||||
|
|
|
|||
|
|
@ -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