blob: 6f19ac9ce0a0cf5f476086bee276f80e549340a6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
'var' Keyword.Declaration
' ' Text.Whitespace
'école' Name.Other
';' Punctuation
'\n' Text.Whitespace
'var' Keyword.Declaration
' ' Text.Whitespace
'sinθ' Name.Other
';' Punctuation
'\n' Text.Whitespace
'var' Keyword.Declaration
' ' Text.Whitespace
'เมือง' Name.Other
';' Punctuation
'\n' Text.Whitespace
'var' Keyword.Declaration
' ' Text.Whitespace
'a\\u1234b' Name.Other
';' Punctuation
'\n\n' Text.Whitespace
'var' Keyword.Declaration
'\u2008' Text.Whitespace
'nbsp' Name.Other
';' Punctuation
'\n' Text.Whitespace
|