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",
|
"bash",
|
||||||
"c",
|
"c",
|
||||||
"cpp",
|
"cpp",
|
||||||
|
"html",
|
||||||
|
"javascript",
|
||||||
"json",
|
"json",
|
||||||
"lua",
|
"lua",
|
||||||
"markdown",
|
"markdown",
|
||||||
"python",
|
"python",
|
||||||
"rust",
|
"rust",
|
||||||
|
"svelte",
|
||||||
|
"typescript",
|
||||||
"vim",
|
"vim",
|
||||||
|
"vue",
|
||||||
"yaml",
|
"yaml",
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in a new issue