From 81a58e64ee3edf4b67c9a74a11b0fabacb6f920d Mon Sep 17 00:00:00 2001 From: Sebastian Paarmann Date: Tue, 29 Mar 2022 22:00:29 +0200 Subject: [PATCH] Mention multi-line comments in spec prose (#263) --- 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