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
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