Adding \todo for LaTeX todos

Many packages (e.g. `todo`, `easy-todo`, `todonotes`) in LaTeX visually track TODOs in a document which makes them easy to see when editing; especially when sending to external editors. This commit adds support for these packages in LaTeX and creates GitHub issues just like you would have from a regular inline comment.
This commit is contained in:
Quinn Winters 2022-06-01 08:50:00 +02:00 committed by GitHub
parent b394531dfd
commit 92a4bdf2d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -430,6 +430,10 @@
"type": "line",
"pattern": "%"
},
{
"type": "line",
"pattern": "\\\\todo{"
},
{
"type": "block",
"pattern": {