aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua/plugins/treesitter.lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-21 08:23:11 +0100
committerThomas Schmucker <ts@its1.de>2026-01-21 08:23:11 +0100
commit23ff2cff5b7f598fd28026aa089d7304e9f301f4 (patch)
treeebffcdfa3074afae3b6bd7689ae3738fcd594c5d /nvim/lua/plugins/treesitter.lua
parent2f573c93f914ad7b4c8a11c8ed800c30602ae2e2 (diff)
downloaddotfiles-23ff2cff5b7f598fd28026aa089d7304e9f301f4.tar.gz
dotfiles-23ff2cff5b7f598fd28026aa089d7304e9f301f4.tar.bz2
dotfiles-23ff2cff5b7f598fd28026aa089d7304e9f301f4.zip
neovim: Unterstützung für Prisma hinzugefügt
Diffstat (limited to 'nvim/lua/plugins/treesitter.lua')
-rw-r--r--nvim/lua/plugins/treesitter.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/nvim/lua/plugins/treesitter.lua b/nvim/lua/plugins/treesitter.lua
index 338104a..e0e6beb 100644
--- a/nvim/lua/plugins/treesitter.lua
+++ b/nvim/lua/plugins/treesitter.lua
@@ -21,13 +21,14 @@ return {
21 "c", 21 "c",
22 "cpp", 22 "cpp",
23 "html", 23 "html",
24 "python",
25 "vim",
26 "vimdoc",
27 "javascript", 24 "javascript",
28 "lua", 25 "lua",
26 "prisma",
27 "python",
29 "typescript", 28 "typescript",
30 "vim", 29 "vim",
30 "vim",
31 "vimdoc",
31 }) 32 })
32 end, 33 end,
33 }, 34 },