File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
\UAX {31} specifies a default syntax for identifiers
24
24
based on properties from the Unicode Character Database, \UAX {44}.
25
25
The general syntax is
26
- \begin {codeblock }
26
+ \begin {outputblock }
27
27
<Identifier> := <Start> <Continue>* (<Medial> <Continue>+)*
28
- \end {codeblock }
28
+ \end {outputblock }
29
29
where \tcode {<Start>} has the XID_Start property,
30
30
\tcode {<Continue>} has the XID_Continue property, and
31
31
\tcode {<Medial>} is a list of characters permitted between continue characters.
32
32
For \Cpp {} we add the character \unicode {005f}{low line}, or \tcode {_},
33
33
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.
36
36
In the grammar used in \UAX {31}, this is
37
37
\begin {outputblock }
38
38
<Identifier> := <Start> <Continue>*
You can’t perform that action at this time.
0 commit comments