--- a/syntaxes/LaTeX.tmLanguage.json Thu Jun 25 15:11:15 2020 -0500 +++ b/syntaxes/LaTeX.tmLanguage.json Thu May 13 09:47:46 2021 -0500 @@ -959,7 +959,7 @@ ] }, { - "begin": "((\\\\)(?:[a-zA-Z][a-zA-Z])?todo)((?:\\[[^\\[]*?\\])*)(\\{)", + "begin": "((\\\\)(?:[a-zA-Z][a-zA-Z])?(?:todo|missingfigure))((?:\\[[^\\[]*?\\])*)(\\{)", "beginCaptures": { "1": { "name": "support.function.todo.latex"