|
1 | 1 | '''>>> print("""docstring""")''' |
| 2 | +async |
2 | 3 | """>>> print('''docstring''')""" |
3 | | - |
| 4 | +await |
| 5 | +"""\n>>> print('''docstring''')""" |
| 6 | +await |
| 7 | +""" >>> print('''docstring''')""" |
| 8 | +await |
| 9 | +""" 1 >>> print('''docstring''')""" |
| 10 | +await |
4 | 11 |
|
5 | 12 |
|
6 | 13 |
|
7 | 14 | ''' : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
8 | | ->>> : source.python, string.quoted.docstring.python |
9 | | - : source.python, string.quoted.docstring.python |
10 | | -print : meta.function-call.python, source.python, string.quoted.docstring.python, support.function.builtin.python |
11 | | -( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python, string.quoted.docstring.python |
12 | | -""" : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python, string.quoted.double.multi.python |
13 | | -docstring : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.docstring.python, string.quoted.double.multi.python |
14 | | -""" : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.end.python, source.python, string.quoted.docstring.python, string.quoted.double.multi.python |
15 | | -) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python, string.quoted.docstring.python |
| 15 | +>>> : keyword.control.flow.python, source.python, string.quoted.docstring.python |
| 16 | +print("""docstring""") : source.python, string.quoted.docstring.python |
16 | 17 | ''' : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
| 18 | +async : keyword.control.flow.python, source.python |
| 19 | +""" : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
| 20 | +>>> : keyword.control.flow.python, source.python, string.quoted.docstring.python |
| 21 | +print('''docstring''') : source.python, string.quoted.docstring.python |
| 22 | +""" : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
| 23 | +await : keyword.operator.python, source.python |
| 24 | +""" : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
| 25 | +\n : constant.character.python, source.python, string.quoted.docstring.python |
| 26 | +>>> print('''docstring''') : source.python, string.quoted.docstring.python |
| 27 | +""" : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
| 28 | +await : keyword.operator.python, source.python |
17 | 29 | """ : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
18 | | ->>> : source.python, string.quoted.docstring.python |
19 | 30 | : source.python, string.quoted.docstring.python |
20 | | -print : meta.function-call.python, source.python, string.quoted.docstring.python, support.function.builtin.python |
21 | | -( : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.arguments.begin.python, source.python, string.quoted.docstring.python |
22 | | -''' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python, string.quoted.single.multi.python |
23 | | -docstring : meta.function-call.arguments.python, meta.function-call.python, source.python, string.quoted.docstring.python, string.quoted.single.multi.python |
24 | | -''' : meta.function-call.arguments.python, meta.function-call.python, punctuation.definition.string.end.python, source.python, string.quoted.docstring.python, string.quoted.single.multi.python |
25 | | -) : meta.function-call.python, punctuation.definition.arguments.end.python, source.python, string.quoted.docstring.python |
| 31 | +>>> : keyword.control.flow.python, source.python, string.quoted.docstring.python |
| 32 | +print('''docstring''') : source.python, string.quoted.docstring.python |
| 33 | +""" : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
| 34 | +await : keyword.operator.python, source.python |
| 35 | +""" : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
| 36 | + 1 >>> print('''docstring''') : source.python, string.quoted.docstring.python |
26 | 37 | """ : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
| 38 | +await : keyword.operator.python, source.python |
0 commit comments