mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
13 lines
291 B
Plaintext
13 lines
291 B
Plaintext
|
---input---
|
||
|
#[foo(bar = [baz, qux])]
|
||
|
|
||
|
---tokens---
|
||
|
'#[' Comment.Preproc
|
||
|
'foo(bar = ' Comment.Preproc
|
||
|
'[' Comment.Preproc
|
||
|
'baz, qux' Comment.Preproc
|
||
|
']' Comment.Preproc
|
||
|
')' Comment.Preproc
|
||
|
']' Comment.Preproc
|
||
|
'\n' Text.Whitespace
|