|
1 | 1 | # XXX foo |
2 | 2 | # FIXME: bug |
3 | 3 | # NB: XXXx xXXX but XXX! |
4 | | -# also NB highlight XXX and FIXME. |
| 4 | +# ALSO HACK and NOTE and TODO highlight XXX and FIXME. |
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 | 8 | # : comment.line.number-sign.python, punctuation.definition.comment.python, source.python |
9 | 9 | : comment.line.number-sign.python, source.python |
10 | | -XXX : comment.line.note.notation.python, comment.line.number-sign.python, source.python |
| 10 | +XXX : comment.line.number-sign.python, keyword.comment.line.note.notation.python, source.python |
11 | 11 | foo : comment.line.number-sign.python, source.python |
12 | 12 | # : comment.line.number-sign.python, punctuation.definition.comment.python, source.python |
13 | 13 | : comment.line.number-sign.python, source.python |
14 | | -FIXME : comment.line.note.notation.python, comment.line.number-sign.python, source.python |
| 14 | +FIXME : comment.line.number-sign.python, keyword.comment.line.note.notation.python, source.python |
15 | 15 | : bug : comment.line.number-sign.python, source.python |
16 | 16 | # : comment.line.number-sign.python, punctuation.definition.comment.python, source.python |
17 | | - : comment.line.number-sign.python, source.python |
18 | | -NB : comment.line.note.notation.python, comment.line.number-sign.python, source.python |
19 | | -: XXXx xXXX but : comment.line.number-sign.python, source.python |
20 | | -XXX : comment.line.note.notation.python, comment.line.number-sign.python, source.python |
| 17 | + NB: XXXx xXXX but : comment.line.number-sign.python, source.python |
| 18 | +XXX : comment.line.number-sign.python, keyword.comment.line.note.notation.python, source.python |
21 | 19 | ! : comment.line.number-sign.python, source.python |
22 | 20 | # : comment.line.number-sign.python, punctuation.definition.comment.python, source.python |
23 | | - also : comment.line.number-sign.python, source.python |
24 | | -NB : comment.line.note.notation.python, comment.line.number-sign.python, source.python |
| 21 | + ALSO : comment.line.number-sign.python, source.python |
| 22 | +HACK : comment.line.number-sign.python, keyword.comment.line.note.notation.python, source.python |
| 23 | + and : comment.line.number-sign.python, source.python |
| 24 | +NOTE : comment.line.number-sign.python, keyword.comment.line.note.notation.python, source.python |
| 25 | + and : comment.line.number-sign.python, source.python |
| 26 | +TODO : comment.line.number-sign.python, keyword.comment.line.note.notation.python, source.python |
25 | 27 | highlight : comment.line.number-sign.python, source.python |
26 | | -XXX : comment.line.note.notation.python, comment.line.number-sign.python, source.python |
| 28 | +XXX : comment.line.number-sign.python, keyword.comment.line.note.notation.python, source.python |
27 | 29 | and : comment.line.number-sign.python, source.python |
28 | | -FIXME : comment.line.note.notation.python, comment.line.number-sign.python, source.python |
| 30 | +FIXME : comment.line.number-sign.python, keyword.comment.line.note.notation.python, source.python |
29 | 31 | . : comment.line.number-sign.python, source.python |
0 commit comments