1
0
Fork 0

treesitter: add new formats

This commit is contained in:
Felipe 2023-09-11 12:38:48 -03:00
parent c9b470f6ae
commit 941059dae3
Signed by: pitbuster
SSH key fingerprint: SHA256:HDYu2Pm4/TmSX8GBwV49UvFWr1Ljg8XlHxKeCpjJpOk

View file

@ -137,8 +137,9 @@ ts.setup({
"comment", "comment",
"cpp", "cpp",
"css", "css",
"dockerfile", "csv",
"diff", "diff",
"dockerfile",
"dot", "dot",
"git_config", "git_config",
"git_rebase", "git_rebase",
@ -159,11 +160,14 @@ ts.setup({
"make", "make",
"markdown", "markdown",
"markdown_inline", "markdown_inline",
"mermaid",
"passwd", "passwd",
"perl", "perl",
"php", "php",
"python", "python",
"regex", "regex",
"ron",
"rst",
"rust", "rust",
"scss", "scss",
"sql", "sql",
@ -172,6 +176,7 @@ ts.setup({
"typescript", "typescript",
"vim", "vim",
"vimdoc", "vimdoc",
"xml",
"yaml", "yaml",
}, },
highlight = { enable = true, indent = true }, highlight = { enable = true, indent = true },