From e685e4b431ab017d1aec9f9668fbeeeb6e7113e6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Thu, 2 Feb 2017 21:16:29 +0100 Subject: Update --- syntax/modules/geoip2.vim | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 syntax/modules/geoip2.vim (limited to 'syntax/modules/geoip2.vim') diff --git a/syntax/modules/geoip2.vim b/syntax/modules/geoip2.vim new file mode 100644 index 00000000..c6d7822c --- /dev/null +++ b/syntax/modules/geoip2.vim @@ -0,0 +1,8 @@ +if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 + +" GeoIP 2 Module +" Creates variables with values from the maxmind geoip2 databases based on the client IP +syn keyword ngxDirectiveThirdParty geoip2 + + +endif -- cgit v1.2.3