5 lines
81 B
Plaintext
5 lines
81 B
Plaintext
|
ometa T <: Parser {
|
||
|
t = '\n' -> '\n',
|
||
|
selectors_group = (t | anything)*
|
||
|
}
|