summaryrefslogtreecommitdiffstats
path: root/syntax/modules/shibboleth.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/shibboleth.vim')
-rw-r--r--syntax/modules/shibboleth.vim10
1 files changed, 10 insertions, 0 deletions
diff --git a/syntax/modules/shibboleth.vim b/syntax/modules/shibboleth.vim
new file mode 100644
index 00000000..77863eb8
--- /dev/null
+++ b/syntax/modules/shibboleth.vim
@@ -0,0 +1,10 @@
+if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
+
+" Shibboleth Module <https://github.com/nginx-shib/nginx-http-shibboleth>
+" Shibboleth auth request module for nginx
+syn keyword ngxDirectiveThirdParty shib_request
+syn keyword ngxDirectiveThirdParty shib_request_set
+syn keyword ngxDirectiveThirdParty shib_request_use_headers
+
+
+endif