summaryrefslogblamecommitdiffstats
path: root/syntax/modules/http-concat.vim
blob: fbd4d828404b3e113621d42bd9921893f74fdf15 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                                      
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" HTTP Concatenation module for Nginx <https://github.com/alibaba/nginx-http-concat>
" A Nginx module for concatenating files in a given context: CSS and JS files usually 
syn keyword ngxDirectiveThirdParty concat
syn keyword ngxDirectiveThirdParty concat_types
syn keyword ngxDirectiveThirdParty concat_unique
syn keyword ngxDirectiveThirdParty concat_max_files
syn keyword ngxDirectiveThirdParty concat_delimiter
syn keyword ngxDirectiveThirdParty concat_ignore_file_error


endif