diff options
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', |