Skip to content

Commit fbe37c5

Browse files
authored
feat(ft): add gomod support (#381)
1 parent 70a24dc commit fbe37c5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lua/Comment/ft.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ local L = setmetatable({
7373
glsl = { M.cxx_l, M.cxx_b },
7474
gnuplot = { M.hash, M.hash_bracket },
7575
go = { M.cxx_l, M.cxx_b },
76+
gomod = { M.cxx_l },
7677
graphql = { M.hash },
7778
groovy = { M.cxx_l, M.cxx_b },
7879
handlebars = { M.handlebars, M.handlebars },

0 commit comments

Comments
 (0)