mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
chore(parsers): Keep file list on a single line
This commit is contained in:
parent
cc997d55de
commit
3665a6181e
1 changed files with 1 additions and 4 deletions
|
|
@ -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" },
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue