Merge pull request #118 from qwinters/patch-1

Adding `\todo` for LaTeX todos
This commit is contained in:
Alastair Mooney
2022-06-07 14:19:45 +01:00
committed by GitHub

View File

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