comparison contrib/vim/syntax/nginx.vim @ 6504:293413010217

Fixed spelling.
author Josh Soref <timeless@gmail.com>
date Thu, 07 Apr 2016 11:50:13 +0300
parents 4b420f9c4c5d
children 00903b2132ed
comparison
equal deleted inserted replaced
6503:abc3be8d92ef 6504:293413010217
602 syn keyword ngxDirectiveThirdParty echo_sleep 602 syn keyword ngxDirectiveThirdParty echo_sleep
603 syn keyword ngxDirectiveThirdParty echo_subrequest 603 syn keyword ngxDirectiveThirdParty echo_subrequest
604 syn keyword ngxDirectiveThirdParty echo_subrequest_async 604 syn keyword ngxDirectiveThirdParty echo_subrequest_async
605 605
606 " Events Module <http://docs.dutov.org/nginx_modules_events_en.html> 606 " Events Module <http://docs.dutov.org/nginx_modules_events_en.html>
607 " Privides options for start/stop events. 607 " Provides options for start/stop events.
608 syn keyword ngxDirectiveThirdParty on_start 608 syn keyword ngxDirectiveThirdParty on_start
609 syn keyword ngxDirectiveThirdParty on_stop 609 syn keyword ngxDirectiveThirdParty on_stop
610 610
611 " EY Balancer Module <http://github.com/ry/nginx-ey-balancer> 611 " EY Balancer Module <http://github.com/ry/nginx-ey-balancer>
612 " Adds a request queue to Nginx that allows the limiting of concurrent requests passed to the upstream. 612 " Adds a request queue to Nginx that allows the limiting of concurrent requests passed to the upstream.