jasonplatts / nova-todo

A Panic Nova extension for todo and fixme management.
https://extensions.panic.com/extensions/jasonplatts/jasonplatts.TODO/
MIT License
29 stars 7 forks source link

Add support for the XXX comment prefix #45

Closed flother closed 1 year ago

flother commented 1 year ago

Using XXX as a tag has a long history in Unix and is used in Java code to flag code that's bad even though it works. It's listed as an example tag on Wikipedia. I also happen to work on a codebase that uses it as a FIXME tag, so I have my own reasons for wanting to see it in my Nova sidebar 😉

jasonplatts commented 1 year ago

Thanks @flother! The extension has been updated with your changes.