mirror of https://github.com/kdl-org/kdl.git
formatting
This commit is contained in:
parent
7790505bf9
commit
8de7df6eaa
7
SPEC.md
7
SPEC.md
|
|
@ -93,9 +93,10 @@ foo 1 key="val" 3 {
|
||||||
### Identifier
|
### Identifier
|
||||||
|
|
||||||
An Identifier is either a [Bare Identifier](#bare-identifier), which is an
|
An Identifier is either a [Bare Identifier](#bare-identifier), which is an
|
||||||
unquoted string like `node` or `item`, a [String](#string), or a [Raw String](#raw-string).
|
unquoted string like `node` or `item`, a [String](#string), or a [Raw
|
||||||
There's no semantic difference between the kinds of identifier; this simply allows
|
String](#raw-string). There's no semantic difference between the kinds of
|
||||||
for the use of quotes to have unusual identifiers that are inexpressible as bare identifiers.
|
identifier; this simply allows for the use of quotes to have unusual
|
||||||
|
identifiers that are inexpressible as bare identifiers.
|
||||||
|
|
||||||
### Bare Identifier
|
### Bare Identifier
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue