aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2014-12-30 09:09:40 -0500
committerJustin M. Keyes <justinkz@gmail.com>2014-12-30 09:09:40 -0500
commitb5c7fbf4b09334fce266ba9a644e3dd6980993a8 (patch)
treeaa5023538237b1fdc8f2e505ded84939bd69106b /runtime/filetype.vim
parenta31bcfb98afbe4d845911b4d90255c18769f197a (diff)
parent272f1064c74c745af4ac97ca1e46015fc7a6934d (diff)
downloadrneovim-b5c7fbf4b09334fce266ba9a644e3dd6980993a8.tar.gz
rneovim-b5c7fbf4b09334fce266ba9a644e3dd6980993a8.tar.bz2
rneovim-b5c7fbf4b09334fce266ba9a644e3dd6980993a8.zip
Merge pull request #1744 from fwalch/vim-1e8ebf8
vim-patch:1e8ebf8 (missing runtime update)
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim7
1 files changed, 5 insertions, 2 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index f6d455fcbf..1ab03ecb52 100644
--- a/runtime/filetype.vim
+++ b/runtime/filetype.vim
@@ -1,7 +1,7 @@
" Vim support file to detect file types
"
" Maintainer: Bram Moolenaar <Bram@vim.org>
-" Last Change: 2014 Jul 23
+" Last Change: 2014 Aug 22
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -807,6 +807,9 @@ au BufNewFile,BufRead {,.}gitolite.rc,example.gitolite.rc setf perl
" Gnuplot scripts
au BufNewFile,BufRead *.gpi setf gnuplot
+" Go (Google)
+au BufNewFile,BufRead *.go setf go
+
" GrADS scripts
au BufNewFile,BufRead *.gs setf grads
@@ -1141,7 +1144,7 @@ au BufNewFile,BufRead *.map setf map
au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,README.md setf markdown
" Mason
-au BufNewFile,BufRead *.mason,*.mhtml setf mason
+au BufNewFile,BufRead *.mason,*.mhtml,*.comp setf mason
" Matlab or Objective C
au BufNewFile,BufRead *.m call s:FTm()