small change to config parser: comment now included in noise set
parent
4d55315487
commit
1ab2d0d6b3
|
@ -664,9 +664,9 @@
|
|||
line = ( line_sane | line_weird | line_insane );
|
||||
|
||||
ws = ( '\t' | ' ' );
|
||||
noise = ( ws | line );
|
||||
|
||||
comment = ( '#' (any - line)* line );
|
||||
noise = ( ws | line | comment );
|
||||
|
||||
block = ( '{' >block_start );
|
||||
|
||||
# basic types
|
||||
|
|
Loading…
Reference in New Issue