Skip to content

Commit

Permalink
Adding \todo for LaTeX todos
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
qwinters committed Jun 1, 2022
1 parent b394531 commit 92a4bdf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions syntax.json
Expand Up @@ -430,6 +430,10 @@
"type": "line",
"pattern": "%"
},
{
"type": "line",
"pattern": "\\\\todo{"
},
{
"type": "block",
"pattern": {
Expand Down

0 comments on commit 92a4bdf

Please sign in to comment.