From b647762f4bb4ae1c812113b201d4666113858743 Mon Sep 17 00:00:00 2001 From: Sebastian Paarmann Date: Tue, 29 Mar 2022 21:42:29 +0200 Subject: [PATCH] Mention multi-line comments in spec prose --- SPEC.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/SPEC.md b/SPEC.md index 3a782ee..b6e3711 100644 --- a/SPEC.md +++ b/SPEC.md @@ -404,6 +404,13 @@ space](https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt): | Medium Mathematical Space | `U+205F` | | Ideographic Space | `U+3000` | +#### Multi-line comments + +In addition to single-line comments using `//`, comments can also be started +with `/*` and ended with `*/`. These comments can span multiple lines. They +are allowed in all positions where [Whitespace](#whitespace) is allowed and +can be nested. + ### Newline The following characters [should be treated as new