summaryrefslogblamecommitdiffstats
path: root/syntax/modules/url.vim
blob: 00169bb219e24886ddc8889454dcf5e76303195d (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                                              
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" URL Module <https://github.com/vozlt/nginx-module-url>
" Nginx url encoding converting module
syn keyword ngxDirectiveThirdParty url_encoding_convert
syn keyword ngxDirectiveThirdParty url_encoding_convert_from
syn keyword ngxDirectiveThirdParty url_encoding_convert_to


endif