Added: - support for space delimitor in every case, included multiline value - check for odd number of backslash escapes - "!" as comment start - support for escape of spaces and separators Dropped: - undocumented ";" and "//" comment start
8 lines
154 B
Text
8 lines
154 B
Text
---input---
|
|
key value
|
|
|
|
---tokens---
|
|
'key' Name.Attribute
|
|
' ' Text.Whitespace
|
|
'value' Literal.String
|
|
'\n' Text.Whitespace
|