vim-polyglot/syntax/modules/geoip.vim
Adam Stankiewicz e685e4b431
Update
2017-02-02 21:16:29 +01:00

9 lines
275 B
VimL

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