---input---
val (a, b) = 

---tokens---
'val'         Keyword.Declaration
' '           Text
'('           Punctuation
'a'           Name.Variable
','           Punctuation
' '           Text
'b'           Name.Variable
')'           Punctuation
' '           Text
'='           Operator
' '           Text
'\n'          Text
