Merge pull request #10 from aureliojargas/patch-1

Add autoindex_format directive
This commit is contained in:
z2++ 2015-09-08 23:05:00 +09:00
commit 5e09cafbfd
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
'name': 'constant.language.module.http.auth_basic' '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' 'name': 'constant.language.module.http.autoindex'
} }
{ {