aboutsummaryrefslogtreecommitdiff
path: root/nvim/lua
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-07-23 11:14:09 +0200
committerThomas Schmucker <ts@its1.de>2026-07-23 11:14:09 +0200
commit43d6c49cffecd86e4db0df4aea66d6a702fe76c7 (patch)
treec3282d37d8a4c5adc1144bf4f9a5b97b70375cdc /nvim/lua
parent415ef4254291fdd1fe11211627f98e45d746697b (diff)
downloaddotfiles-43d6c49cffecd86e4db0df4aea66d6a702fe76c7.tar.gz
dotfiles-43d6c49cffecd86e4db0df4aea66d6a702fe76c7.tar.bz2
dotfiles-43d6c49cffecd86e4db0df4aea66d6a702fe76c7.zip
treesitter: Unterstützung für Powershell (Windows) hinzugefügt
Diffstat (limited to 'nvim/lua')
-rw-r--r--nvim/lua/config/treesitter.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/nvim/lua/config/treesitter.lua b/nvim/lua/config/treesitter.lua
index 6903914..1eee267 100644
--- a/nvim/lua/config/treesitter.lua
+++ b/nvim/lua/config/treesitter.lua
@@ -14,6 +14,7 @@ M.languages = {
14 "markdown", 14 "markdown",
15 "markdown_inline", 15 "markdown_inline",
16 "po", 16 "po",
17 "powershell",
17 "prisma", 18 "prisma",
18 "python", 19 "python",
19 "typescript", 20 "typescript",