From c9ed7783ae9c83b891af4c349fe928bddf417782 Mon Sep 17 00:00:00 2001 From: Victor Batarse <80638470+Alt-iOS@users.noreply.github.com> Date: Sun, 9 Jun 2024 01:45:04 -0600 Subject: [PATCH] Update plugin.lua --- lua/nvim-ts-autotag/config/plugin.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvim-ts-autotag/config/plugin.lua b/lua/nvim-ts-autotag/config/plugin.lua index ded8a8b..2757dac 100644 --- a/lua/nvim-ts-autotag/config/plugin.lua +++ b/lua/nvim-ts-autotag/config/plugin.lua @@ -147,7 +147,7 @@ local Setup = { ["rescript"] = "typescriptreact", ["handlebars"] = "glimmer", ["hbs"] = "glimmer", - ["rust"] = "html", + ["rust"] = "rust", }, per_filetype = {}, }