We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8382bc9 + 2a787a2 commit 4ab1ac5Copy full SHA for 4ab1ac5
src/doc/reference.md
@@ -76,8 +76,13 @@ An identifier is any nonempty Unicode[^non_ascii_idents] string of the following
76
[^non_ascii_idents]: Non-ASCII characters in identifiers are currently feature
77
gated. This is expected to improve soon.
78
79
-- The first character has property `XID_start`
80
-- The remaining characters have property `XID_continue`
+Either
+ * The first character has property `XID_start`
81
+ * The remaining characters have property `XID_continue`
82
+Or
83
+ * The first character is `_`
84
+ * The identifier is more than one character, `_` alone is not an identifier
85
86
87
that does _not_ occur in the set of [keywords][keywords].
88
0 commit comments