treesitter: add new formats
This commit is contained in:
parent
c9b470f6ae
commit
941059dae3
1 changed files with 6 additions and 1 deletions
7
init.lua
7
init.lua
|
|
@ -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 },
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue