summaryrefslogblamecommitdiffstats
path: root/syntax/modules/geoip2.vim
blob: c6d7822c306230f91c2b4eb154b788d192732ae7 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                                        
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" GeoIP 2 Module <https://github.com/leev/ngx_http_geoip2_module>
" Creates variables with values from the maxmind geoip2 databases based on the client IP
syn keyword ngxDirectiveThirdParty geoip2


endif