folke / todo-comments.nvim

✅ Highlight, list and search todo comments in your projects
Apache License 2.0
2.97k stars 86 forks source link

feature: support LaTeX commenting packages like FiXme #263

Closed LnLcFlx closed 1 week ago

LnLcFlx commented 2 months ago

Did you check the docs?

Is your feature request related to a problem? Please describe.

In LaTeX there are packages like FiXme or todonotes that provides commands such as \fxnote{TODO: fix this equation} which is then previewed in the actual document when in draft mode. These comments don't get recognised by this plugin.

Describe the solution you'd like

Treat \fxnote{ }, \fxwarning{ } etc. like normal comments and highlight TODO etc. inside accordingly.

Describe alternatives you've considered

I don't know how this plugin works but maybe treesitter (?) should treat \fxnote like a comment and then this plugin would automatically work?

Additional context

No response

github-actions[bot] commented 2 weeks ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 7 days.

github-actions[bot] commented 1 week ago

This issue was closed because it has been stalled for 7 days with no activity.