Replies: 2 comments 1 reply
-
Seems it's hardcoded, see line 189 below texstudio/src/latexparser/latexparsing.cpp Lines 185 to 197 in f665089 |
Beta Was this translation helpful? Give feedback.
1 reply
-
I would suggest to define it as \Verb{def}. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
fvextra
package (henceminted
) provides verbatim commands with extended syntax:\Verb
accepts either\Verb|<code>|
or\Verb{<code>}
(required<code>
containing paired curly braces)\EscVerb
requires\EscVerb{<code>}
.How to record such commands in cwl file so their verbatim args are highlighted correctly?
\EscVerb{verbatimSymbol}
fails, as this TeX-SX question shown. (Maybe it's just not supported.)Beta Was this translation helpful? Give feedback.
All reactions