summaryrefslogblamecommitdiffstats
path: root/syntax/modules/ip2location.vim
blob: 0476a43e6c63ae61284fc9cd752c7804d11c0e35 (plain) (tree)
1
2
3
4
5
6
7
8







                                                                              
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