mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
18 lines
408 B
Plaintext
18 lines
408 B
Plaintext
---input---
|
|
export (Array, AudioStream) var streams
|
|
|
|
---tokens---
|
|
'export' Keyword
|
|
' ' Text.Whitespace
|
|
'(' Punctuation
|
|
'Array' Name.Builtin.Type
|
|
',' Punctuation
|
|
' ' Text.Whitespace
|
|
'AudioStream' Name
|
|
')' Punctuation
|
|
' ' Text.Whitespace
|
|
'var' Keyword
|
|
' ' Text.Whitespace
|
|
'streams' Name
|
|
'\n' Text.Whitespace
|