Hello! On Mon, Dec 25, 2017 at 06:07:45PM +0200, Gena Makhomed wrote:
> # HG changeset patch > # User Gena Makhomed <[email protected]> > # Date 1514217421 -7200 > # Mon Dec 25 17:57:01 2017 +0200 > # Node ID 5b9ed8c6f2dcadcdeb0fe9d64e18ac194b881e14 > # Parent d91a8c4ac6bb10bb30c598a4f2c993fc34bf8cec > Contrib: vim syntax, update core module directives. > > diff -r d91a8c4ac6bb -r 5b9ed8c6f2dc contrib/vim/syntax/nginx.vim > --- a/contrib/vim/syntax/nginx.vim Thu Dec 21 13:29:40 2017 +0300 > +++ b/contrib/vim/syntax/nginx.vim Mon Dec 25 17:57:01 2017 +0200 > @@ -71,6 +71,7 @@ > \ add=ngxListenOptions > > syn keyword ngxDirectiveBlock contained http > +syn keyword ngxDirectiveBlock contained stream > syn keyword ngxDirectiveBlock contained mail > syn keyword ngxDirectiveBlock contained events > syn keyword ngxDirectiveBlock contained server > @@ -105,14 +106,16 @@ > syn keyword ngxDirectiveError contained error_page > syn keyword ngxDirectiveError contained post_action [...] Committed, thanks. -- Maxim Dounin http://mdounin.ru/ _______________________________________________ nginx-devel mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx-devel
