mirror of
https://github.com/sheerun/vim-polyglot.git
synced 2025-11-12 21:43:49 -05:00
Update
This commit is contained in:
10
syntax/modules/vkholodkov-eval.vim
Normal file
10
syntax/modules/vkholodkov-eval.vim
Normal file
@@ -0,0 +1,10 @@
|
||||
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
||||
|
||||
" Eval Module <http://www.grid.net.ru/nginx/eval.en.html>
|
||||
" Module for nginx web server evaluates response of proxy or memcached module into variables.
|
||||
syn keyword ngxDirectiveThirdParty eval
|
||||
syn keyword ngxDirectiveThirdParty eval_escalate
|
||||
syn keyword ngxDirectiveThirdParty eval_override_content_type
|
||||
|
||||
|
||||
endif
|
||||
Reference in New Issue
Block a user