vim-polyglot/syntax/modules/http-internal-redirect.vim

10 lines
391 B
VimL
Raw Normal View History

2016-12-20 14:57:20 -05:00
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
" HTTP Internal Redirect Module <https://github.com/flygoast/ngx_http_internal_redirect>
2017-02-02 15:16:29 -05:00
" Make an internal redirect to the uri specified according to the condition specified.
2016-12-20 14:57:20 -05:00
syn keyword ngxDirectiveThirdParty internal_redirect_if
syn keyword ngxDirectiveThirdParty internal_redirect_if_no_postponed
endif