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


                                                                              
                                                    





                                                    
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Iconv Module <https://github.com/calio/iconv-nginx-module>
" A character conversion nginx module using libiconv
syn keyword ngxDirectiveThirdParty set_iconv
syn keyword ngxDirectiveThirdParty iconv_buffer_size
syn keyword ngxDirectiveThirdParty iconv_filter


endif