summaryrefslogtreecommitdiffstats
path: root/syntax/modules/xss.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/xss.vim')
-rw-r--r--syntax/modules/xss.vim5
1 files changed, 3 insertions, 2 deletions
diff --git a/syntax/modules/xss.vim b/syntax/modules/xss.vim
index 34d77a9f..dab492eb 100644
--- a/syntax/modules/xss.vim
+++ b/syntax/modules/xss.vim
@@ -2,10 +2,11 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" XSS Module <https://github.com/openresty/xss-nginx-module>
" Native support for cross-site scripting (XSS) in an nginx.
-syn keyword ngxDirectiveThirdParty xss_callback_arg
syn keyword ngxDirectiveThirdParty xss_get
+syn keyword ngxDirectiveThirdParty xss_callback_arg
+syn keyword ngxDirectiveThirdParty xss_override_status
+syn keyword ngxDirectiveThirdParty xss_check_status
syn keyword ngxDirectiveThirdParty xss_input_types
-syn keyword ngxDirectiveThirdParty xss_output_type
endif