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
Checked that there is not already an Atom package that provides the described functionality: https://atom.io/packages
Description
I have todo in lowercase which I want highlighted but it is not highlighting. TODO uppercase works fine. How to fix this issue?
I noticed highlighting occurs only for uppercase like TODO, FIXME. How can I enable highlighting for lowercase as well such as todo, fixme, etc.
Steps to Reproduce
type todo in a text file
Expected behavior:
todo should be highlighted (in magenta color) just like TODO
Prerequisites
Description
I have todo in lowercase which I want highlighted but it is not highlighting. TODO uppercase works fine. How to fix this issue?
I noticed highlighting occurs only for uppercase like TODO, FIXME. How can I enable highlighting for lowercase as well such as todo, fixme, etc.
Steps to Reproduce
Expected behavior:
todo should be highlighted (in magenta color) just like TODO
Actual behavior:
todo is not highlighting
Reproduces how often:
Every single time
Versions
Atom 1.60.0
Language-todo 0.29.4
Additional Information
THanks.