|
| 1 | +''' foo bar XXX baz ''' |
| 2 | + |
| 3 | +def foo(): |
| 4 | + ''' foo FIXME baz ''' |
| 5 | + |
| 6 | + |
| 7 | +''' : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
| 8 | + foo bar : source.python, string.quoted.docstring.python |
| 9 | +XXX : source.python, string.quoted.docstring.note.python, string.quoted.docstring.python |
| 10 | + baz : source.python, string.quoted.docstring.python |
| 11 | +''' : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
| 12 | + : source.python |
| 13 | +def : meta.function.python, source.python, storage.type.function.python |
| 14 | + : meta.function.python, source.python |
| 15 | +foo : entity.name.function.python, meta.function.python, source.python |
| 16 | +( : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.begin.python, source.python |
| 17 | +) : meta.function.parameters.python, meta.function.python, punctuation.definition.parameters.end.python, source.python |
| 18 | +: : meta.function.python, punctuation.section.function.begin.python, source.python |
| 19 | + : source.python |
| 20 | +''' : punctuation.definition.string.begin.python, source.python, string.quoted.docstring.python |
| 21 | + foo : source.python, string.quoted.docstring.python |
| 22 | +FIXME : source.python, string.quoted.docstring.note.python, string.quoted.docstring.python |
| 23 | + baz : source.python, string.quoted.docstring.python |
| 24 | +''' : punctuation.definition.string.end.python, source.python, string.quoted.docstring.python |
0 commit comments