From 55985e09c829108cae89300039233c1ec49f83d6 Mon Sep 17 00:00:00 2001 From: Eelis van der Weegen Date: Wed, 23 Jun 2021 20:54:27 +0200 Subject: [PATCH] [uaxid] Mark code that's not to be highlighted. --- source/uax31.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/source/uax31.tex b/source/uax31.tex index 75beaa7548..1648027969 100644 --- a/source/uax31.tex +++ b/source/uax31.tex @@ -23,16 +23,16 @@ \UAX{31} specifies a default syntax for identifiers based on properties from the Unicode Character Database, \UAX{44}. The general syntax is -\begin{codeblock} +\begin{outputblock} := * ( +)* -\end{codeblock} +\end{outputblock} where \tcode{} has the XID_Start property, \tcode{} has the XID_Continue property, and \tcode{} is a list of characters permitted between continue characters. For \Cpp{} we add the character \unicode{005f}{low line}, or \tcode{_}, to the set of permitted \tcode{} characters, -the \tcode{} set is empty, and -the \tcode{} characters are unmodified. +the \noncxxtcode{} set is empty, and +the \noncxxtcode{} characters are unmodified. In the grammar used in \UAX{31}, this is \begin{outputblock} := *