chore(parsers): Keep file list on a single line

This commit is contained in:
David Leal 2025-05-15 17:57:13 +01:00
parent cc997d55de
commit 3665a6181e

View file

@ -2256,10 +2256,7 @@ list.supercollider = {
list.superhtml = { list.superhtml = {
install_info = { install_info = {
url = "https://github.com/kristoff-it/superhtml", url = "https://github.com/kristoff-it/superhtml",
files = { files = { "src/parser.c", "src/scanner.c" },
"src/parser.c",
"src/scanner.c",
},
location = "tree-sitter-superhtml", location = "tree-sitter-superhtml",
}, },
maintainers = { "@rockorager" }, maintainers = { "@rockorager" },