mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-11 04:53:51 -05:00
Update
This commit is contained in:
10
syntax/modules/set-cconv.vim
Normal file
10
syntax/modules/set-cconv.vim
Normal file
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user