summaryrefslogtreecommitdiffstats
path: root/syntax/modules/array-var.vim
blob: 12c86cc3cc2b28f07ff2ae3b00208da64e51be21 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" Array Variable Module <https://github.com/openresty/array-var-nginx-module>
" Add support for array-typed variables to nginx config files
syn keyword ngxDirectiveThirdParty array_split
syn keyword ngxDirectiveThirdParty array_join
syn keyword ngxDirectiveThirdParty array_map
syn keyword ngxDirectiveThirdParty array_map_op


endif