Skip to content

Commit

Permalink
Fix macro name cacheMeCode
Browse files Browse the repository at this point in the history
  • Loading branch information
jlelong committed Mar 29, 2024
1 parent 559fd18 commit 04019da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion syntaxes/data/LaTeX.tmLanguage.json
Original file line number Diff line number Diff line change
Expand Up @@ -1300,7 +1300,7 @@
"name": "meta.function.verb.latex"
},
{
"begin": "((\\\\)CacheMe)(?=\\[)",
"begin": "((\\\\)cacheMeCode)(?=\\[)",
"end": "(?<=\\})",
"beginCaptures": {
"1": {
Expand Down

0 comments on commit 04019da

Please sign in to comment.