Skip to content

Commit

Permalink
cwl: add starred variants of \VerbatimInput and friends (texstudio-…
Browse files Browse the repository at this point in the history
  • Loading branch information
muzimuzhi authored Jan 25, 2024
1 parent 88cfcc2 commit 72a0f87
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions completion/fancyvrb.cwl
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,16 @@ aftersave={%<code%>}
# writing and reading verbatim files
\VerbatimInput{file}
\VerbatimInput[options%keyvals]{file}
\VerbatimInput*{file}
\VerbatimInput*[options%keyvals]{file}
\BVerbatimInput{file}
\BVerbatimInput[options%keyvals]{file}
\BVerbatimInput*{file}
\BVerbatimInput*[options%keyvals]{file}
\LVerbatimInput{file}
\LVerbatimInput[options%keyvals]{file}
\LVerbatimInput*{file}
\LVerbatimInput*[options%keyvals]{file}
\begin{VerbatimOut}{file name%file}#V
\end{VerbatimOut}

Expand Down

0 comments on commit 72a0f87

Please sign in to comment.