---input---
var école;
var sinθ;
var เมือง;
var a\u1234b;

var nbsp;

---tokens---
'var'         Keyword.Declaration
' '           Text
'école'       Name.Other
';'           Punctuation
'\n'          Text

'var'         Keyword.Declaration
' '           Text
'sinθ'        Name.Other
';'           Punctuation
'\n'          Text

'var'         Keyword.Declaration
' '           Text
'เมือง'       Name.Other
';'           Punctuation
'\n'          Text

'var'         Keyword.Declaration
' '           Text
'a\\u1234b'   Name.Other
';'           Punctuation
'\n\n'        Text

'var'         Keyword.Declaration
'\u2008'      Text
'nbsp'        Name.Other
';'           Punctuation
'\n'          Text
