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", "bash",
"c", "c",
"cpp", "cpp",
"html",
"javascript",
"json", "json",
"lua", "lua",
"markdown", "markdown",
"python", "python",
"rust", "rust",
"svelte",
"typescript",
"vim", "vim",
"vue",
"yaml", "yaml",
}, },
}) })