mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
14 lines
275 B
Plaintext
14 lines
275 B
Plaintext
---input---
|
|
use std::collections::BtreeMap;
|
|
|
|
---tokens---
|
|
'use' Keyword
|
|
' ' Text.Whitespace
|
|
'std' Name
|
|
'::' Punctuation
|
|
'collections' Name
|
|
'::' Punctuation
|
|
'BtreeMap' Name
|
|
';' Punctuation
|
|
'\n' Text.Whitespace
|