mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -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 = {
|
||||
install_info = {
|
||||
url = "https://github.com/kristoff-it/superhtml",
|
||||
files = {
|
||||
"src/parser.c",
|
||||
"src/scanner.c",
|
||||
},
|
||||
files = { "src/parser.c", "src/scanner.c" },
|
||||
location = "tree-sitter-superhtml",
|
||||
},
|
||||
maintainers = { "@rockorager" },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue