diff --git a/grammars/nginx.cson b/grammars/nginx.cson index c084b1d..10b6b20 100644 --- a/grammars/nginx.cson +++ b/grammars/nginx.cson @@ -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' } {