atom / language-todo

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

Stopped working even in safe mode #87

Closed macdonaldtomw closed 5 years ago

macdonaldtomw commented 5 years ago

Prerequisites

Description

Syntax highlighting and scope detection for the TODO keyword does not work anymore (not sure what changed).

Steps to Reproduce

  1. Launch atom in safe mode
  2. Create a new cpp file
  3. Type in a comment with TODO in it
  4. Watch in horror as nothing happens

Expected behavior: TODO gets highlighted. If scope is checked on the TODO token, it should not say "comment block"

Actual behavior: TODO does not get highlighted. If scope is checked on the TODO token, it should not say "comment block"

Reproduces how often: 100% of time

Versions

1.32.0

Additional Information

See YouTube video of this:

https://www.youtube.com/watch?v=7YI3qwZWyTE&feature=youtu.be

macdonaldtomw commented 5 years ago

Note:

If I do not comment the TODO, it correctly evaluates the scope of the TODO to support.storage.type

Ben3eeE commented 5 years ago

Thanks for taking the time to contribute!

We noticed that this is a duplicate of https://github.com/atom/language-todo/issues/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.

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.

macdonaldtomw commented 5 years ago

Okay, but how do I disable tree-sitter?