summaryrefslogtreecommitdiffstats
path: root/syntax/modules/user-agent.vim
blob: a718b2a1b4e9ce03052360f710096cd4e8d545b5 (plain) (blame)
1
2
3
4
5
6
7
8
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" User Agent Module <https://github.com/alibaba/nginx-http-user-agent>
" Match browsers and crawlers
syn keyword ngxDirectiveThirdParty user_agent


endif