feat: add more treesitter syntaxes

main
mandlm 2022-02-22 08:45:01 +01:00
parent 8d69edba36
commit 9ce3404d79
Signed by: mandlm
GPG Key ID: 4AA25D647AA54CC7
1 changed files with 5 additions and 0 deletions

View File

@ -10,12 +10,17 @@ require('nvim-treesitter.configs').setup({
"bash",
"c",
"cpp",
"html",
"javascript",
"json",
"lua",
"markdown",
"python",
"rust",
"svelte",
"typescript",
"vim",
"vue",
"yaml",
},
})