Merge pull request #10 from aureliojargas/patch-1
Add autoindex_format directive
This commit is contained in:
commit
5e09cafbfd
|
@ -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'
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue