From 5f5d31e66a751dff9af28b5bf606a8cf7fc5c6e5 Mon Sep 17 00:00:00 2001 From: Oscar Wallberg Date: Wed, 25 Feb 2026 00:29:50 +0100 Subject: [PATCH] feat(treesitter): add svelte --- lua/plugins/nvim-treesitter.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/plugins/nvim-treesitter.lua b/lua/plugins/nvim-treesitter.lua index 5738998..13c06a4 100644 --- a/lua/plugins/nvim-treesitter.lua +++ b/lua/plugins/nvim-treesitter.lua @@ -22,6 +22,7 @@ local languages = { "gotmpl", "markdown", "go", + "svelte", } ---@type LazyPluginSpec