blob: 467e692d4dda6bbb7ef9c417253152946ef1851f (
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
|
'db' Name.Label
':' Punctuation
' ' Text.Whitespace
'runzeo' Text
' ' Text.Whitespace
'-C' Text
' ' Text.Whitespace
'zeoserver.config' Text
'\n' Text.Whitespace
'web' Name.Label
':' Punctuation
' ' Text.Whitespace
'bundle' Text
' ' Text.Whitespace
'exec' Text
' ' Text.Whitespace
'rails' Text
' ' Text.Whitespace
'server' Text
' ' Text.Whitespace
'-p' Text
' ' Text.Whitespace
'$PORT' Name.Variable
'\n' Text.Whitespace
'stuff' Name.Label
':' Punctuation
' ' Text.Whitespace
'env' Text
' ' Text.Whitespace
'FLASK_ENV' Name.Variable
'=' Punctuation
'development' Literal.String
' ' Text.Whitespace
'run' Text
' ' Text.Whitespace
'-p' Text
' ' Text.Whitespace
'9' Literal.Number.Integer
' ' Text.Whitespace
'--stuff' Text
' ' Text.Whitespace
"'foobar'" Literal.String
'\n' Text.Whitespace
|