---input---
public f throws a, b, c : x ;

---tokens---
'public'      Keyword
' '           Text.Whitespace
'f'           Name.Label
' '           Text.Whitespace
'throws'      Keyword
' '           Text.Whitespace
'a'           Name.Label
','           Punctuation
' '           Text.Whitespace
'b'           Name.Label
','           Punctuation
' '           Text.Whitespace
'c'           Name.Label
' '           Text.Whitespace
':'           Punctuation
' '           Text.Whitespace
'x'           Name.Variable
' '           Text.Whitespace
';'           Punctuation
'\n'          Text.Whitespace
