vim-polyglot/syntax/modules/ip2location.vim
Adam Stankiewicz e404a658b1
Update
2016-12-20 20:57:20 +01:00

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