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 /packages.yaml | |
parent | cd2fded0e0abb6b31fceaca128699eca0f300c63 (diff) | |
download | vim-polyglot-48254ec7adc9cbbc2ff15c606faf062d23d7f200.tar.gz vim-polyglot-48254ec7adc9cbbc2ff15c606faf062d23d7f200.zip |
Add more apache filetypes
Diffstat (limited to 'packages.yaml')
-rw-r--r-- | packages.yaml | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/packages.yaml b/packages.yaml index e167e0f1..fb67e676 100644 --- a/packages.yaml +++ b/packages.yaml @@ -155,6 +155,16 @@ filetypes: - .htaccess - '*/etc/httpd/*.conf' - '*/etc/apache2/sites-*/*.com' + - 'access.conf*' + - 'apache.conf*' + - 'apache2.conf*' + - 'httpd.conf*' + - 'srm.conf*' + - '*/etc/apache2/*.conf*' + - '*/etc/apache2/conf.*/*' + - '*/etc/apache2/mods-*/*' + - '*/etc/apache2/sites-*/*' + - '*/etc/httpd/conf.d/*.conf*' --- name: apiblueprint remote: sheerun/apiblueprint.vim @@ -1662,7 +1672,7 @@ filetypes: extra_filenames: - fish_history - fish_read_history - ignored_filenames: + ignored_warnings: - '~/.config/fish/fish_{read_,}history' # Ansible needs to be after YAML --- @@ -1745,5 +1755,5 @@ filetypes: - ctl # SaxBasic is close to Visual Basic - sba - ignore_warnings: + ignored_warnings: - vb |