9 lines
298 B
VimL
9 lines
298 B
VimL
if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1
|
|
|
|
" IP2Location Module <https://github.com/chrislim2888/ip2location-nginx>
|
|
" Allows user to lookup for geolocation information using IP2Location database
|
|
syn keyword ngxDirectiveThirdParty ip2location_database
|
|
|
|
|
|
endif
|