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