Add autoindex_format directive

New in nginx 1.7.9: http://nginx.org/en/docs/http/ngx_http_autoindex_module.html
This commit is contained in:
Aurelio Jargas 2015-09-07 18:08:36 -03:00
parent 4ec12ff14d
commit 027c36c412
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
'name': 'constant.language.module.http.auth_basic'
}
{
'match': '\\b(autoindex|autoindex_exact_size|autoindex_localtime)\\b'
'match': '\\b(autoindex|autoindex_exact_size|autoindex_localtime|autoindex_format)\\b'
'name': 'constant.language.module.http.autoindex'
}
{