diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-06 21:07:04 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-09-06 21:07:04 +0200 |
commit | 48254ec7adc9cbbc2ff15c606faf062d23d7f200 (patch) | |
tree | e952ed323f861521df1654516765ee98a74aa2ec /autoload/sleuth.vim | |
parent | cd2fded0e0abb6b31fceaca128699eca0f300c63 (diff) | |
download | vim-polyglot-48254ec7adc9cbbc2ff15c606faf062d23d7f200.tar.gz vim-polyglot-48254ec7adc9cbbc2ff15c606faf062d23d7f200.zip |
Add more apache filetypes
Diffstat (limited to 'autoload/sleuth.vim')
-rw-r--r-- | autoload/sleuth.vim | 2 |
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', |