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/rust/test_attribute.txt
2021-06-25 12:25:01 +02:00

12 lines
291 B
Text

---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