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

9 lines
287 B
VimL

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