style: apply formatting

This commit is contained in:
2026-04-13 23:24:31 +02:00
parent 959cec7051
commit 5468a5a628
17 changed files with 115 additions and 107 deletions
+6 -6
View File
@@ -96,7 +96,7 @@ require("pack").setup({
{
"https://github.com/tree-sitter/tree-sitter-php",
ts_parser = {
{ lang = "php", location = "php" },
{ lang = "php", location = "php" },
{ lang = "php_only", location = "php_only" },
},
},
@@ -125,7 +125,7 @@ require("pack").setup({
"https://github.com/tree-sitter/tree-sitter-typescript",
ts_parser = {
{ lang = "typescript", location = "typescript" },
{ lang = "tsx", location = "tsx" },
{ lang = "tsx", location = "tsx" },
},
},
{
@@ -157,9 +157,9 @@ ts.setup({
"gotmpl",
"html",
"json",
"lua", -- builtin
"lua", -- builtin
"luadoc",
"markdown", -- builtin
"markdown", -- builtin
"markdown_inline", -- builtin
"php",
"python",
@@ -170,10 +170,10 @@ ts.setup({
"svelte",
"tsx",
"typescript",
"vim", -- builtin
"vim", -- builtin
"vimdoc", -- builtin
"xml",
"yaml",
"zsh",
}
},
})