Files
Caleb Spare acb0572f0a cmd/govim: add syntax and indent for go.mod files (#620)
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.
2020-01-08 16:08:25 +00:00
..