mirror of https://github.com/kdl-org/kdl.git
Mention multi-line comments in spec prose (#263)
This commit is contained in:
parent
cc1da35435
commit
81a58e64ee
7
SPEC.md
7
SPEC.md
|
|
@ -404,6 +404,13 @@ space](https://www.unicode.org/Public/UCD/latest/ucd/PropList.txt):
|
||||||
| Medium Mathematical Space | `U+205F` |
|
| Medium Mathematical Space | `U+205F` |
|
||||||
| Ideographic Space | `U+3000` |
|
| 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
|
### Newline
|
||||||
|
|
||||||
The following characters [should be treated as new
|
The following characters [should be treated as new
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue