Skip to content

Commit 144f4f2

Browse files
committed
[uaxid] Mark code that's not to be highlighted.
1 parent 403d16b commit 144f4f2

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/uax31.tex

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323
\UAX{31} specifies a default syntax for identifiers
2424
based on properties from the Unicode Character Database, \UAX{44}.
2525
The general syntax is
26-
\begin{codeblock}
26+
\begin{outputblock}
2727
<Identifier> := <Start> <Continue>* (<Medial> <Continue>+)*
28-
\end{codeblock}
28+
\end{outputblock}
2929
where \tcode{<Start>} has the XID_Start property,
3030
\tcode{<Continue>} has the XID_Continue property, and
3131
\tcode{<Medial>} is a list of characters permitted between continue characters.
3232
For \Cpp{} we add the character \unicode{005f}{low line}, or \tcode{_},
3333
to the set of permitted \tcode{<Start>} characters,
34-
the \tcode{<Medial>} set is empty, and
35-
the \tcode{<Continue>} characters are unmodified.
34+
the \noncxxtcode{<Medial>} set is empty, and
35+
the \noncxxtcode{<Continue>} characters are unmodified.
3636
In the grammar used in \UAX{31}, this is
3737
\begin{outputblock}
3838
<Identifier> := <Start> <Continue>*

0 commit comments

Comments
 (0)