style: apply formatting
This commit is contained in:
@@ -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",
|
||||
}
|
||||
},
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user