atom / language-todo

TODO highlighting package for Atom
Other
80 stars 66 forks source link

Syntax Highlighting Broken in Javascript Files #96

Closed jarrodwhitley closed 5 years ago

jarrodwhitley commented 5 years ago

Screen Shot 2019-08-09 at 1 21 01 PM

Prerequisites

Description

TODO, FIXME and the like are not highlight in JS files.

Steps to Reproduce

  1. Open a .js file
  2. Add a TODO (ex: // TODO: add element)

Expected behavior:

"TODO" should be highlighted

Actual behavior:

"TODO" remains the comment color gray.

Reproduces how often:

100% of the time

Versions

OS X 10.14.6 Atom 1.39.1

Additional Information

rsese commented 5 years ago

Thanks for contributing!

We noticed that this looks like a duplicate of https://github.com/atom/language-todo/issues/82 so you can subscribe there if you'd like.


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.

For information on how to use GitHub's search feature to find out if something is a duplicate before filing, see the How Can I Contribute? section of the Atom CONTRIBUTING guide.