feat: add more treesitter syntaxes
This commit is contained in:
parent
8d69edba36
commit
9ce3404d79
1 changed files with 5 additions and 0 deletions
|
@ -10,12 +10,17 @@ require('nvim-treesitter.configs').setup({
|
|||
"bash",
|
||||
"c",
|
||||
"cpp",
|
||||
"html",
|
||||
"javascript",
|
||||
"json",
|
||||
"lua",
|
||||
"markdown",
|
||||
"python",
|
||||
"rust",
|
||||
"svelte",
|
||||
"typescript",
|
||||
"vim",
|
||||
"vue",
|
||||
"yaml",
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue