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_just_key_with_space.txt
Jean Abou-Samra fdf182a7af
Improve Java properties lexer (#2404)
Use special lexer rules for escapes; fixes catastrophic backtracking,
and highlights them too.

Fixes #2356
2023-04-17 20:14:42 +02:00

8 lines
160 B
Text

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