6 lines
178 B
Text
6 lines
178 B
Text
![]() |
# Whitespace: `_` is optional, `__` is mandatory.
|
||
|
_ -> wschar:* {% function(d) {return null;} %}
|
||
|
__ -> wschar:+ {% function(d) {return null;} %}
|
||
|
|
||
|
wschar -> [ \t\n\v\f] {% id %}
|