Skip to content

Commit

Permalink
handle env "filecontents" as verbatim
Browse files Browse the repository at this point in the history
  • Loading branch information
sunderme committed Dec 4, 2024
1 parent 37486cc commit 7b5279e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions completion/latex-document.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@
\begin{figure}[placement]
\begin{figure*}
\begin{figure*}[placement]
\begin{filecontents}{file}
\begin{filecontents}[options%keyvals]{file}
\begin{filecontents*}{file}
\begin{filecontents*}[options%keyvals]{file}
\begin{filecontents}{file}#V
\begin{filecontents}[options%keyvals]{file}#V
\begin{filecontents*}{file}#V
\begin{filecontents*}[options%keyvals]{file}#V
\begin{flushleft}
\begin{flushright}
\begin{footnotesize}
Expand Down

0 comments on commit 7b5279e

Please sign in to comment.