aboutsummaryrefslogtreecommitdiff
path: root/runtime/filetype.vim
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-04-19 00:44:26 -0400
committerJustin M. Keyes <justinkz@gmail.com>2016-04-19 00:44:26 -0400
commit0ba12c6691261d48e468776c43a6a8ea781f5dcc (patch)
tree32ee59f60db9e11b1e175fb08efe14abda30259f /runtime/filetype.vim
parentf3d6c443d98e06adcb3bfb7e7edd4d9be9588092 (diff)
parent0d264abdd070bf28540e12465ee6e36f0d0a06c7 (diff)
downloadrneovim-0ba12c6691261d48e468776c43a6a8ea781f5dcc.tar.gz
rneovim-0ba12c6691261d48e468776c43a6a8ea781f5dcc.tar.bz2
rneovim-0ba12c6691261d48e468776c43a6a8ea781f5dcc.zip
Merge pull request #4603 from dbarnett/vim-ca63501
vim-patch:ca63501
Diffstat (limited to 'runtime/filetype.vim')
-rw-r--r--runtime/filetype.vim6
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/filetype.vim b/runtime/filetype.vim
index 4b1767dbbc..6929efb510 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: 2015 Aug 11
+" Last Change: 2015 Sep 22
" Listen very carefully, I will say this only once
if exists("did_load_filetypes")
@@ -139,7 +139,7 @@ au BufNewFile,BufRead .arch-inventory,=tagging-method setf arch
au BufNewFile,BufRead *.art setf art
" AsciiDoc
-au BufNewFile,BufRead *.asciidoc setf asciidoc
+au BufNewFile,BufRead *.asciidoc,*.adoc setf asciidoc
" ASN.1
au BufNewFile,BufRead *.asn,*.asn1 setf asn
@@ -822,7 +822,7 @@ au BufNewFile,BufRead *.gs setf grads
au BufNewFile,BufRead *.gretl setf gretl
" Groovy
-au BufNewFile,BufRead *.groovy setf groovy
+au BufNewFile,BufRead *.gradle,*.groovy setf groovy
" GNU Server Pages
au BufNewFile,BufRead *.gsp setf gsp