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",
|
||||
"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 },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue