atom / language-todo

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

lowercase todo is not highlighting #104

Open kumar007git opened 2 years ago

kumar007git commented 2 years ago

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

  1. type todo in a text file

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.