blob: c74f19ef1e5cfa2abc412d0543d489a6f9b47054 (
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
|
'user@host:~/path$ ' Generic.Prompt
'ls' Text
' ' Text.Whitespace
'-a' Text
'\n' Text.Whitespace
'. .. a b c\n' Generic.Output
'user@host:~/path$ ' Generic.Prompt
'diff' Text
' ' Text.Whitespace
'-u' Text
' ' Text.Whitespace
'a' Text
' ' Text.Whitespace
'b' Text
'\n' Text.Whitespace
'--- a 2008-07-26 17:10:07.000000000 -0700\n' Generic.Output
'+++ b 2008-07-26 17:10:10.000000000 -0700\n' Generic.Output
'@@ -1,3 +1,3 @@\n' Generic.Output
' a\n' Generic.Output
'-b\n' Generic.Output
'+x\n' Generic.Output
' c\n' Generic.Output
'user@host:~/path$ ' Generic.Prompt
'echo' Name.Builtin
' ' Text.Whitespace
'\\\n' Literal.String.Escape
'> ' Generic.Prompt
'a' Text
'\n' Text.Whitespace
'a\n' Generic.Output
'user@host:~/path$ ' Generic.Prompt
'su' Text
'\n' Text.Whitespace
'root@host:~#\n' Generic.Prompt
'sh-3.1$ ' Generic.Prompt
'# on hardy\n' Comment.Single
'sh$ ' Generic.Prompt
'# on etch\n' Comment.Single
'(virtualenv-name)' Generic.Prompt.VirtualEnv
'user@host:~$ ' Generic.Prompt
'ls' Text
' ' Text.Whitespace
'-a' Text
'\n' Text.Whitespace
|