---input---
val head = _head

---tokens---
'val'         Keyword.Declaration
' '           Text
'head'        Name
' '           Text
'='           Operator
' '           Text
'_head'       Name
'\n'          Text
