diff options
Diffstat (limited to 'syntax/modules/ip2location.vim')
-rw-r--r-- | syntax/modules/ip2location.vim | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/syntax/modules/ip2location.vim b/syntax/modules/ip2location.vim new file mode 100644 index 00000000..0476a43e --- /dev/null +++ b/syntax/modules/ip2location.vim @@ -0,0 +1,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 |