summaryrefslogtreecommitdiffstats
path: root/syntax/modules/set-cconv.vim
blob: 4b6c4c566fce7a71a9cad12b0bd7cb167f9bc570 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Set cconv Module <https://github.com/liseen/set-cconv-nginx-module>
" Cconv rewrite set commands
syn keyword ngxDirectiveThirdParty set_cconv_to_simp
syn keyword ngxDirectiveThirdParty set_cconv_to_trad
syn keyword ngxDirectiveThirdParty set_pinyin_to_normal


endif