vim-polyglot/syntax/modules/set-cconv.vim
Adam Stankiewicz e404a658b1
Update
2016-12-20 20:57:20 +01:00

11 lines
351 B
VimL

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