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 was 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
Highlighting has stopped working in JavaScript and Python files
Steps to Reproduce
Open a JavaScript/Python file or an unsaved new file and set the language to JavaScript/Python
Type TODO in a comment
Expected behavior:TODO is highlighted, is in its own <span> with class syntax--storage
Actual behavior:TODO is grey/the same colour as the rest of the comment, is in the same <span> as the rest of the comment without class syntax--storage