Fix cson syntax error

This commit is contained in:
hnagato 2015-04-08 17:06:24 +09:00
parent 3406a690e9
commit 35dc01c59e
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@
'name': 'constant.language.module.http.upstream'
}
{
'match', '\\b(set_real_ip_from|real_ip_header|real_ip_recursive)\\b'
'match': '\\b(set_real_ip_from|real_ip_header|real_ip_recursive)\\b'
'name': 'constant.language.module.http.realip'
}
{