summaryrefslogtreecommitdiffstats
path: root/autoload/sleuth.vim
diff options
context:
space:
mode:
authorAdam Stankiewicz <sheerun@sher.pl>2020-09-06 21:07:04 +0200
committerAdam Stankiewicz <sheerun@sher.pl>2020-09-06 21:07:04 +0200
commit48254ec7adc9cbbc2ff15c606faf062d23d7f200 (patch)
treee952ed323f861521df1654516765ee98a74aa2ec /autoload/sleuth.vim
parentcd2fded0e0abb6b31fceaca128699eca0f300c63 (diff)
downloadvim-polyglot-48254ec7adc9cbbc2ff15c606faf062d23d7f200.tar.gz
vim-polyglot-48254ec7adc9cbbc2ff15c606faf062d23d7f200.zip
Add more apache filetypes
Diffstat (limited to 'autoload/sleuth.vim')
-rw-r--r--autoload/sleuth.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/autoload/sleuth.vim b/autoload/sleuth.vim
index 18344723..0460a46e 100644
--- a/autoload/sleuth.vim
+++ b/autoload/sleuth.vim
@@ -17,7 +17,7 @@ let s:globs = {
\ 'aml': '*.aml',
\ 'ampl': '*.run',
\ 'ant': 'build.xml',
- \ 'apache': '',
+ \ 'apache': 'access.conf*,apache.conf*,apache2.conf*,httpd.conf*,srm.conf*',
\ 'apiblueprint': '*.apib',
\ 'applescript': '*.applescript,*.scpt',
\ 'aptconf': 'apt.conf',