From 5eaddaed79918ec9114f0d97312a7694feb07c46 Mon Sep 17 00:00:00 2001 From: leisurelicht Date: Wed, 12 Jul 2023 21:52:57 +0800 Subject: [PATCH] feat(ft):add gomod support --- lua/Comment/ft.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/Comment/ft.lua b/lua/Comment/ft.lua index 09f9279e..e16ac471 100644 --- a/lua/Comment/ft.lua +++ b/lua/Comment/ft.lua @@ -73,6 +73,7 @@ local L = setmetatable({ glsl = { M.cxx_l, M.cxx_b }, gnuplot = { M.hash, M.hash_bracket }, go = { M.cxx_l, M.cxx_b }, + gomod = { M.cxx_l }, graphql = { M.hash }, groovy = { M.cxx_l, M.cxx_b }, handlebars = { M.handlebars, M.handlebars },