summaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
Diffstat (limited to 'runtime')
-rw-r--r--runtime/filetype.vim3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index ed2f63e82..d19906327 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -849,6 +849,9 @@ au BufNewFile,BufRead *.htpp setf hastepreproc
" HCL
au BufRead,BufNewFile *.hcl setf hcl
+" Go checksum file (must be before *.sum Hercules)
+au BufNewFile,BufRead go.sum setf gosum
+
" Hercules
au BufNewFile,BufRead *.vc,*.ev,*.sum,*.errsum setf hercules