fix(jsdoc): add scanner.c

This commit is contained in:
Christian Clason 2024-01-27 10:16:40 +01:00
parent e0edcbb1d2
commit cf13c96050
2 changed files with 2 additions and 2 deletions

View file

@ -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" },
}