blob: 27b7fbcdf08f54a765ec92ffe60ff6c5c5edb2de (
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
'new' Keyword
' ' Text.Whitespace
'A' Name.Class
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'{' Punctuation
' ' Text.Whitespace
'}' Punctuation
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'Foo' Name.Class
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'foo' Name
'.' Punctuation
'Foo' Name.Class
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'Foo' Name.Class
'.' Punctuation
'Foo' Name.Class
'\n' Text.Whitespace
'new' Keyword
' ' Text.Whitespace
'A' Name.Class
':' Punctuation
'\n ' Text.Whitespace
'def' Keyword
' ' Text.Whitespace
'f' Name.Function
' ' Text.Whitespace
'=' Operator
' ' Text.Whitespace
'3' Literal.Number.Integer
'\n' Text.Whitespace
|