mirror of
https://github.com/govim/govim.git
synced 2026-05-22 11:45:09 +00:00
acb0572f0a
First, add ftdetect configuration to detect go.mod files as the 'gomod' filetype. Then add syntax and indent files for this filetype. The gomod syntax file is reused from the vim-go project under the terms of its 3-clause BSD license. The indent file is new work.