mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
17 lines
381 B
Plaintext
17 lines
381 B
Plaintext
|
---input---
|
||
|
val (a, b) =
|
||
|
|
||
|
---tokens---
|
||
|
'val' Keyword.Declaration
|
||
|
' ' Text.Whitespace
|
||
|
'(' Punctuation
|
||
|
'a' Name.Variable
|
||
|
',' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'b' Name.Variable
|
||
|
')' Punctuation
|
||
|
' ' Text.Whitespace
|
||
|
'=' Operator
|
||
|
' ' Text.Whitespace
|
||
|
'\n' Text.Whitespace
|