mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
16 lines
361 B
Plaintext
16 lines
361 B
Plaintext
|
---input---
|
||
|
active proctype cr() {}
|
||
|
|
||
|
---tokens---
|
||
|
'active' Keyword.Declaration
|
||
|
' ' Text.Whitespace
|
||
|
'proctype' Keyword.Declaration
|
||
|
' ' Text.Whitespace
|
||
|
'cr' Name
|
||
|
'(' Punctuation
|
||
|
')' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'{' Punctuation
|
||
|
'}' Punctuation
|
||
|
'\n' Text.Whitespace
|