mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-14 09:20:04 -04:00
fix(jsdoc): add scanner.c
This commit is contained in:
parent
e0edcbb1d2
commit
cf13c96050
2 changed files with 2 additions and 2 deletions
|
|
@ -303,7 +303,7 @@
|
||||||
"revision": "13990f530e8e6709b7978503da9bc8701d366791"
|
"revision": "13990f530e8e6709b7978503da9bc8701d366791"
|
||||||
},
|
},
|
||||||
"jsdoc": {
|
"jsdoc": {
|
||||||
"revision": "d01984de49927c979b46ea5c01b78c8ddd79baf9"
|
"revision": "a5e363a98676136d9f5884cb558086e5f1fc32b6"
|
||||||
},
|
},
|
||||||
"json": {
|
"json": {
|
||||||
"revision": "3fef30de8aee74600f25ec2e319b62a1a870d51e"
|
"revision": "3fef30de8aee74600f25ec2e319b62a1a870d51e"
|
||||||
|
|
|
||||||
|
|
@ -931,7 +931,7 @@ list.jq = {
|
||||||
list.jsdoc = {
|
list.jsdoc = {
|
||||||
install_info = {
|
install_info = {
|
||||||
url = "https://github.com/tree-sitter/tree-sitter-jsdoc",
|
url = "https://github.com/tree-sitter/tree-sitter-jsdoc",
|
||||||
files = { "src/parser.c" },
|
files = { "src/parser.c", "src/scanner.c" },
|
||||||
},
|
},
|
||||||
maintainers = { "@steelsojka" },
|
maintainers = { "@steelsojka" },
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue