mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix(cpp): adapt to scanner rewrite
This commit is contained in:
parent
9f87ac1ed1
commit
e3330c67f1
2 changed files with 2 additions and 2 deletions
|
|
@ -66,7 +66,7 @@
|
|||
"revision": "f4b3cbc8b0bd4e13035d39940fef09f1392e8739"
|
||||
},
|
||||
"cpp": {
|
||||
"revision": "d63acf7c2ae9599a2f01c8e8beb7d333e54956e4"
|
||||
"revision": "2e29f23abcb5f92ddffb22de8b292f09ed78db01"
|
||||
},
|
||||
"css": {
|
||||
"revision": "769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
|
||||
|
|
|
|||
|
|
@ -256,7 +256,7 @@ list.cpon = {
|
|||
list.cpp = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-cpp",
|
||||
files = { "src/parser.c", "src/scanner.cc" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
generate_requires_npm = true,
|
||||
},
|
||||
maintainers = { "@theHamsta" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue