diff options
Diffstat (limited to 'syntax/modules/stream-echo.vim')
-rw-r--r-- | syntax/modules/stream-echo.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/syntax/modules/stream-echo.vim b/syntax/modules/stream-echo.vim index 1ca57ad8..77f87362 100644 --- a/syntax/modules/stream-echo.vim +++ b/syntax/modules/stream-echo.vim @@ -1,7 +1,7 @@ if !exists('g:polyglot_disabled') || index(g:polyglot_disabled, 'nginx') == -1 " Stream Echo Module <https://github.com/openresty/stream-echo-nginx-module> -" TCP/stream echo module for NGINX (a port of ngx_http_echo_module) +" TCP/stream echo module for NGINX (a port of ngx_http_echo_module) syn keyword ngxDirectiveThirdParty echo syn keyword ngxDirectiveThirdParty echo_duplicate syn keyword ngxDirectiveThirdParty echo_flush_wait |