From 3665a6181ec156d3cfae2e22c60a74b2bcff794d Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 15 May 2025 17:57:13 +0100 Subject: [PATCH] chore(parsers): Keep file list on a single line --- lua/nvim-treesitter/parsers.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/lua/nvim-treesitter/parsers.lua b/lua/nvim-treesitter/parsers.lua index 6a51d720b..28bceb954 100644 --- a/lua/nvim-treesitter/parsers.lua +++ b/lua/nvim-treesitter/parsers.lua @@ -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" },