---input---
selected("Sound", i+(a*b))

---tokens---
'selected'    Name.Function
'('           Punctuation
'"'           Literal.String
'Sound'       Literal.String
'"'           Literal.String
','           Punctuation
' '           Text.Whitespace
'i'           Text
'+'           Operator
'('           Text
'a'           Text
'*'           Operator
'b'           Text
')'           Punctuation
')'           Punctuation
'\n'          Text.Whitespace
