blob: 53d9d03ad824a3f65fb27e6a9650a3dd18214a31 (
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
|
'2' Literal.Number.Integer
' ' Text
'3' Literal.Number.Integer
' ' Text
'+' Keyword
' ' Text
'CR' Keyword
' ' Text
'.' Keyword
'\n' Text
':' Keyword.Namespace
' ' Text
'F' Name.Class
' ' Text
'( blah )' Comment.Single
' ' Text
'DUP' Keyword
' ' Text
'DROP' Keyword
' ' Text
'1' Literal.Number.Integer
' ' Text
'+' Keyword
' ' Text
';' Keyword
'\n' Text
'1' Literal.Number.Integer
' ' Text
'F' Name.Function
' ' Text
'CR' Keyword
' ' Text
'.' Keyword
'\n' Text
|