summaryrefslogtreecommitdiffstats
path: root/syntax/modules/set-cconv.vim
diff options
context:
space:
mode:
Diffstat (limited to 'syntax/modules/set-cconv.vim')
-rw-r--r--syntax/modules/set-cconv.vim10
1 files changed, 10 insertions, 0 deletions
diff --git a/syntax/modules/set-cconv.vim b/syntax/modules/set-cconv.vim
new file mode 100644
index 00000000..4b6c4c56
--- /dev/null
+++ b/syntax/modules/set-cconv.vim
@@ -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