From 941059dae3f6c65ad0853f4669d2a424b2d2cd30 Mon Sep 17 00:00:00 2001 From: Felipe Contreras Salinas Date: Mon, 11 Sep 2023 12:38:48 -0300 Subject: [PATCH] treesitter: add new formats --- init.lua | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/init.lua b/init.lua index e07788f..85a3630 100644 --- a/init.lua +++ b/init.lua @@ -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 },