Skip to content

Commit

Permalink
oops, this one was commited too early
Browse files Browse the repository at this point in the history
  • Loading branch information
francois-c2c committed Mar 6, 2009
1 parent 861eccd commit ca19642
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions files/haproxy.aug
Expand Up @@ -36,17 +36,17 @@ let words = /[^# \t\n]+([ \t]+[^# \t\n]+)*/
let option_re = ( /option[ \t]+/ . word ) |
( word - /option/ )

let optio = key opt_re . ( spc . store words ) ?
let option = key option_re . ( spc . store words ) ?

let param = [ indent . opt . (eol|comment) ]
let line = [ indent . option . (eol|comment) ]

(*

Sections

*)

let item = ( param | comment | empty )
let item = ( line | comment | empty )

let section = [ key word . ( spc . store words ) ? . eol . item * ]

Expand Down

0 comments on commit ca19642

Please sign in to comment.