blob: 1137fd4844c8b7c4da10a563baf04ee6905d18f4 (
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
|
'foo' Name.Attribute
' ' Text
'=' Operator
' ' Text
'bar' Literal.String
'\n' Text
'foo' Name.Attribute
':' Operator
' ' Text
'bar' Literal.String
'\n' Text
'foo.oof' Name.Attribute
':' Operator
' ' Text
'\\\n bar=baz; \\\n asdf' Literal.String
'\n' Text
'\n' Text
'// comment' Comment
'\n' Text
'# comment' Comment
'\n' Text
'; comment' Comment
'\n' Text
'\n' Text
'x' Name.Attribute
':' Operator
'a\\\nb' Literal.String
'\n' Text
'x' Name.Attribute
':' Operator
' ' Text
'a \\\n b' Literal.String
'\n' Text
'\n' Text
'x' Name.Attribute
' ' Text
'=' Operator
' ' Text
'\\\n' Literal.String
|