Skip to content

Commit 235f713

Browse files
Added links to description of XID_start and XID_continue
1 parent 604edc4 commit 235f713

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/identifiers.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ that does _not_ occur in the set of [keywords].
1919
> character ranges used to form the more familiar C and Java language-family
2020
> identifiers.
2121
22+
Links to Unicode descriptions:
23+
24+
* XID_start:http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AXID_Start%3A%5D&abb=on&g=&i=
25+
* XID_continue:http://unicode.org/cldr/utility/list-unicodeset.jsp?a=%5B%3AXID_Continue%3A%5D&abb=on&g=&i=
26+
27+
2228
[keywords]: ../grammar.html#keywords
2329
[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
2430
gated. This is expected to improve soon.

0 commit comments

Comments
 (0)