diff options
Diffstat (limited to 'syntax/modules/http-redis.vim')
-rw-r--r-- | syntax/modules/http-redis.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/modules/http-redis.vim b/syntax/modules/http-redis.vim index 95a3a34a..a4e1958e 100644 --- a/syntax/modules/http-redis.vim +++ b/syntax/modules/http-redis.vim @@ -1,7 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 " HTTP Redis Module <https://www.nginx.com/resources/wiki/modules/redis/> -" Redis <http://code.google.com/p/redis/> support.> +" Redis <http://code.google.com/p/redis/> support. syn keyword ngxDirectiveThirdParty redis_bind syn keyword ngxDirectiveThirdParty redis_buffer_size syn keyword ngxDirectiveThirdParty redis_connect_timeout |