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