summaryrefslogtreecommitdiffstats
path: root/syntax/modules/geoip.vim
blob: 3b9569b6851a0abce4b2fcfb054b98fa8237466f (plain) (blame)
1
2
3
4
5
6
7
8
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
  
" GeoIP Module (DEPRECATED) <http://wiki.nginx.org/NginxHttp3rdPartyGeoIPModule>
" Country code lookups via the MaxMind GeoIP API.
syn keyword ngxDirectiveDeprecated geoip_country_file


endif