From: Willy Tarreau Date: Mon, 17 Sep 2007 09:30:23 +0000 (+0200) Subject: [DOC] added missing keywords from haproxy.vim X-Git-Tag: v1.3.13~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=33a89a28035c49804983620da4b3982f82845555;p=thirdparty%2Fhaproxy.git [DOC] added missing keywords from haproxy.vim Pawel Golaszewski from pld-linux sent an update for the syntax highlight in haproxy.vim. --- diff --git a/examples/haproxy.vim b/examples/haproxy.vim index 8bdd71125b..728a1c52e3 100644 --- a/examples/haproxy.vim +++ b/examples/haproxy.vim @@ -44,7 +44,7 @@ syn keyword hapParam chroot cliexp clitimeout contimeout syn keyword hapParam daemon debug disabled syn keyword hapParam enabled syn keyword hapParam fullconn -syn keyword hapParam gid grace +syn keyword hapParam gid grace group syn keyword hapParam maxconn monitor-uri syn keyword hapParam nbproc noepoll nopoll syn keyword hapParam pidfile @@ -57,7 +57,7 @@ syn keyword hapParam rspidel rspideny skipwhite nextgroup=hapRegexp syn keyword hapParam reqsetbe reqisetbe skipwhite nextgroup=hapRegexp2 syn keyword hapParam reqadd reqiadd rspadd rspiadd syn keyword hapParam server source srvexp srvtimeout -syn keyword hapParam uid ulimit-n +syn keyword hapParam uid ulimit-n user syn keyword hapParam reqrep reqirep rsprep rspirep skipwhite nextgroup=hapRegexp syn keyword hapParam errorloc errorloc302 errorloc303 skipwhite nextgroup=hapStatus syn keyword hapParam default_backend skipwhite nextgroup=hapSectLabel