aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMelody Horn <melody@boringcactus.com>2020-10-27 01:17:01 -0600
committerMelody Horn <melody@boringcactus.com>2020-10-27 01:17:01 -0600
commited2cf22ad8cdbe5f301abd6f56265c83009336e4 (patch)
treef570463328a812dc670e24cb3044270378801ad4
parent879b41a5a35d586a1c96a07d1b899fbda140f266 (diff)
downloadspec-ed2cf22ad8cdbe5f301abd6f56265c83009336e4.tar.gz
spec-ed2cf22ad8cdbe5f301abd6f56265c83009336e4.zip
fix more lists in syntax.md oops
-rw-r--r--syntax.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/syntax.md b/syntax.md
index d2e69df..bf0d3f1 100644
--- a/syntax.md
+++ b/syntax.md
@@ -64,6 +64,7 @@ A *keyword* is one of the following literal words:
An *identifier* is a sequence of one or more characters having Unicode categories within a legal set.
The first character in an identifier must have one of the following Unicode categories:
+
- `Pc` Connector Punctuation (e.g. `_`)
- `Ll` Lowercase Letter (e.g. `h`)
- `Lm` Modifier Letter (e.g. `ʹ`, U+02B9 Modifier Letter Prime)
@@ -74,6 +75,7 @@ The first character in an identifier must have one of the following Unicode cate
- `Sk` Modifier Symbol (e.g. `^`, U+005E Circumflex Accent)
Subsequent characters may have any of the above-listed Unicode categories, or one of the following:
+
- `Nd` Decimal Digit Number (e.g. `0`)
- `Nl` Letter Number (e.g. `Ⅳ`, U+2163 Roman Numeral Four)
- `No` Other Number (e.g. `¼`, U+00BC Vulgar Fraction One Quarter)