From e685e4b431ab017d1aec9f9668fbeeeb6e7113e6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 2 Feb 2017 21:16:29 +0100 Subject: Update --- syntax/modules/http-auth-request.vim | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'syntax/modules/http-auth-request.vim') diff --git a/syntax/modules/http-auth-request.vim b/syntax/modules/http-auth-request.vim index 9238cd5c..9d6d697a 100644 --- a/syntax/modules/http-auth-request.vim +++ b/syntax/modules/http-auth-request.vim @@ -2,8 +2,8 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 " HTTP Auth Request Module " Implements client authorization based on the result of a subrequest -syn keyword ngxDirectiveThirdParty auth_request -syn keyword ngxDirectiveThirdParty auth_request_set +" syn keyword ngxDirectiveThirdParty auth_request +" syn keyword ngxDirectiveThirdParty auth_request_set endif -- cgit v1.2.3