summaryrefslogtreecommitdiff
path: root/support/latexindent/LatexIndent/Tokens.pm
diff options
context:
space:
mode:
Diffstat (limited to 'support/latexindent/LatexIndent/Tokens.pm')
-rw-r--r--support/latexindent/LatexIndent/Tokens.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/latexindent/LatexIndent/Tokens.pm b/support/latexindent/LatexIndent/Tokens.pm
index 2e358e0b62..98926a9759 100644
--- a/support/latexindent/LatexIndent/Tokens.pm
+++ b/support/latexindent/LatexIndent/Tokens.pm
@@ -48,6 +48,7 @@ our %tokens = (
arguments=>$beginningToken."ARGUMENTS",
roundBracket=>$beginningToken."ROUND-BRACKET",
verbatim=>$beginningToken."VERBATIM",
+ verbatimInline=>$beginningToken."VERBATIM-inline",
preamble=>$beginningToken."preamble",
beginOfToken=>$beginningToken,
doubleBackSlash=>$beginningToken."DOUBLEBACKSLASH",