mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
28 lines
550 B
Plaintext
28 lines
550 B
Plaintext
|
---input---
|
||
|
%()
|
||
|
%[]
|
||
|
%{}
|
||
|
%<>
|
||
|
%||
|
||
|
|
||
|
---tokens---
|
||
|
'%(' Literal.String.Other
|
||
|
')' Literal.String.Other
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'%[' Literal.String.Other
|
||
|
']' Literal.String.Other
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'%{' Literal.String.Other
|
||
|
'}' Literal.String.Other
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'%<' Literal.String.Other
|
||
|
'>' Literal.String.Other
|
||
|
'\n' Text.Whitespace
|
||
|
|
||
|
'%|' Literal.String.Other
|
||
|
'|' Literal.String.Other
|
||
|
'\n' Text.Whitespace
|