vscode-latex-basics
vscode-latex-basics copied to clipboard
Support macro `\cacheMeCode` from robust-externalize
This is a follow-up on #79 #77.
This PR adds support for \cacheMeCode[options]{code}
. Both the content of []
and {}
can span over several lines.
@dflvunoooooo @tobiasBora Currently the code part is considered as verbatim. Would it make sense to support embedded language and if so how can it be inferred from the optional argument?