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/wikitext/only-highlight-first-redirect.txt
2023-04-05 16:07:40 +02:00

22 lines
397 B
Text

---input---
#REDIRECT [[Test]]
#REDIRECT [[Test]]
---tokens---
'#REDIRECT' Keyword
' ' Text.Whitespace
'[[' Punctuation
'Test' Name.Tag
']]' Punctuation
'\n' Text.Whitespace
'\n' Text
'#' Keyword
'REDIRECT' Text
' ' Text
'[[' Punctuation
'Test' Name.Tag
']]' Punctuation
'\n' Text