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/jsx/test_short_syntax.txt
Flavio Curella 092bf9537b
Add JSX lexer (#2524)
Co-authored-by: Jean Abou-Samra <jean@abou-samra.fr>
2023-09-26 16:54:49 +02:00

7 lines
114 B
Text

---input---
<></>
---tokens---
'<>' Punctuation
'</>' Punctuation
'\n' Text.Whitespace