You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
Atom is not highlighting "TODO" statements at all.
Steps to Reproduce
Open Atom
Open or create any file (tested with ".js" and ".c")
Type "// TODO: test", "// TODO test", "// todo: test", or "// todo test"
Expected behavior:
"TODO" should have been highlighted (last I recall, in a purple color, I think)
Actual behavior:
"TODO" looks like just any other word in a comment: gray and boring
Reproduces how often:
100% of the time (it used to work, but today I noticed that it had stopped working. Don't actually know how long it's been since it stopped working, but it was working last Sunday).
No errors were reported in the Developer Console while I was testing it, except for some warning that started with:
Electron Security Warning /usr/lib/electron/re...ity-warnings.js
Security Policy Set or a policy with "unsafe-eval" enabled. This exposes users of this app to unnecessary security risks
The text was updated successfully, but these errors were encountered:
Noticed same issue. When viewing the HTML in the editor window (i.e. opening the dev tools panel and looking at the DOM), I can see that TODO tags have not been wrapped in any kind of span element with the .syntax--todo, .syntax--fixme etc classnames.
Atom 1.32.0
Electron 2.0.9
Chrome 61.0.3163.100
Node 8.9.3
We noticed that this is a duplicate of #82. You may want to subscribe there for updates.
Because we treat our issues list as the Atom team's backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn't an exact duplicate but is closely related.
Prerequisites
Description
Atom is not highlighting "TODO" statements at all.
Steps to Reproduce
Expected behavior:
"TODO" should have been highlighted (last I recall, in a purple color, I think)
Actual behavior:
"TODO" looks like just any other word in a comment: gray and boring
Reproduces how often:
100% of the time (it used to work, but today I noticed that it had stopped working. Don't actually know how long it's been since it stopped working, but it was working last Sunday).
Versions
Atom : 1.32.0
Electron: 2.0.12
Chrome : 61.0.3163.100
Node : 8.9.3
Additional Information
No errors were reported in the Developer Console while I was testing it, except for some warning that started with:
The text was updated successfully, but these errors were encountered: