From 376da7a9630e457983209cada1f989f53e7731af Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Tue, 8 Sep 2026 07:57:23 +0200 Subject: Unterstützung für jsonc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nvim/lua/config/treesitter.lua | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'nvim/lua/config/treesitter.lua') diff --git a/nvim/lua/config/treesitter.lua b/nvim/lua/config/treesitter.lua index de71d50..e52d637 100644 --- a/nvim/lua/config/treesitter.lua +++ b/nvim/lua/config/treesitter.lua @@ -10,8 +10,7 @@ M.languages = { -- "jinja", -- "jinja_inline", "jq", - "json", -- weiterhin nötig für Injections, z.B. ```json in Markdown - "jsonc", + "json", -- deckt auch den Dateityp jsonc ab (siehe lua/config/filetypes.lua) "lua", "make", "markdown", -- cgit v1.3