summaryrefslogtreecommitdiffstats
path: root/syntax/modules/vkholodkov-eval.vim
blob: 711416be78277292e6469abc2587b03598f32f11 (plain) (blame)
1
2
3
4
5
6
7
8
9
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