We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604edc4 commit 235f713Copy full SHA for 235f713
src/identifiers.md
@@ -19,6 +19,12 @@ that does _not_ occur in the set of [keywords].
19
> character ranges used to form the more familiar C and Java language-family
20
> identifiers.
21
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
28
[keywords]: ../grammar.html#keywords
29
[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
30
gated. This is expected to improve soon.
0 commit comments