aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
index e0e6beb..7c15036 100644
--- a/nvim/lua/plugins/treesitter.lua
+++ b/nvim/lua/plugins/treesitter.lua
@@ -23,12 +23,16 @@ return {
23 "html", 23 "html",
24 "javascript", 24 "javascript",
25 "lua", 25 "lua",
26 "markdown",
27 "markdown_inline",
26 "prisma", 28 "prisma",
27 "python", 29 "python",
28 "typescript", 30 "typescript",
29 "vim", 31 "vim",
30 "vim", 32 "vim",
31 "vimdoc", 33 "vimdoc",
34 "yaml",
35 "zsh",
32 }) 36 })
33 end, 37 end,
34 }, 38 },