This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/properties/test_space_delimited_kv_pair.txt
jmzambon a38cb38e93
Fix: Issues with .properties format using whitespace delimited key (#2241)
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
2022-09-25 22:56:48 +02:00

8 lines
154 B
Text

---input---
key value
---tokens---
'key' Name.Attribute
' ' Text.Whitespace
'value' Literal.String
'\n' Text.Whitespace