From 0a07e9c9328785add6085d0b0a6f434b4ef6d410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Sat, 4 Apr 2026 21:32:58 +0200 Subject: [PATCH] doc/mksyntaxgo: resync with the Go Project Apply changes made to regexp/syntax/doc.go in https://go.dev/cl/641377 Change-Id: I1dfed6b174158848db8706fc52d178b9a38a8bc2 --- doc/mksyntaxgo | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/mksyntaxgo b/doc/mksyntaxgo index 10a253efa..5a08fad42 100755 --- a/doc/mksyntaxgo +++ b/doc/mksyntaxgo @@ -33,7 +33,8 @@ Parts of the syntax can be disabled by passing alternate flags to [Parse]. . $a -Unicode character classes are those in [unicode.Categories] and [unicode.Scripts]. +Unicode character classes are those in [unicode.Categories], +[unicode.CategoryAliases], and [unicode.Scripts]. */ package syntax .