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
6 lines
95 B
Text
6 lines
95 B
Text
---input---
|
|
# comment
|
|
|
|
---tokens---
|
|
'# comment' Comment.Single
|
|
'\n' Text.Whitespace
|