tomtom / tcomment_vim

An extensible & universal comment vim-plugin that also handles embedded filetypes
http://www.vim.org/scripts/script.php?script_id=1173
GNU General Public License v3.0
1.39k stars 102 forks source link

Add support for go.mod #262

Closed josa42 closed 4 years ago

josa42 commented 4 years ago

The go.mod file itself is line-oriented, with // comments but no / / comments.

Source: golang.org/cmd/go