We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ec70d8 commit f658437Copy full SHA for f658437
1 file changed
ltx/exprs.tex
@@ -938,13 +938,14 @@ \subsection{\valueTag{ExprSort::ExpressionList}}
938
The \field{delimiter} field is of type
939
\begin{typedef}{DelimiterSort}{}
940
enum class DelimiterSort : uint8_t {
941
- Unknown = 0,
+ None = 0,
942
Brace = 1,
943
Parenthesis = 2,
944
};
945
\end{typedef}
946
and denotes the sort of delimiter:
947
\begin{itemize}
948
+ \item \valueTag{DelimiterSort::None} for no delimiter
949
\item \valueTag{DelimiterSort::Brace} for matching brace delimiters
950
\item \valueTag{DelimiterSort::Parenthesis} for matching parenthesis delimiters
951
\end{itemize}
0 commit comments