mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -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
|
|
@ -931,7 +931,7 @@ list.jq = {
|
|||
list.jsdoc = {
|
||||
install_info = {
|
||||
url = "https://github.com/tree-sitter/tree-sitter-jsdoc",
|
||||
files = { "src/parser.c" },
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
},
|
||||
maintainers = { "@steelsojka" },
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue