Hello,
It looks like the TODO/FIXME annotations are highlighted correctly in regular comments, but not inside Python docstrings (triple-quoted string literals).
Expected behavior: TODO/FIXME annotations are highlighted regardless of whether they appear in a comment or a docstring.
Actual behavior: Highlighting only works inside # comment nodes. Docstrings are not matched.
Versions:
- zed 1.5.5
- comments highlighter 0.6.6
Hello,
It looks like the TODO/FIXME annotations are highlighted correctly in regular comments, but not inside Python docstrings (triple-quoted string literals).
Expected behavior: TODO/FIXME annotations are highlighted regardless of whether they appear in a comment or a docstring.
Actual behavior: Highlighting only works inside # comment nodes. Docstrings are not matched.
Versions: