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.
1 parent e650491 commit eac9d71Copy full SHA for eac9d71
src/doc/reference.md
@@ -77,9 +77,12 @@ An identifier is any nonempty Unicode[^non_ascii_idents] string of the following
77
gated. This is expected to improve soon.
78
79
Either
80
+
81
* The first character has property `XID_start`
82
* The remaining characters have property `XID_continue`
83
84
Or
85
86
* The first character is `_`
87
* The identifier is more than one character, `_` alone is not an identifier
88
0 commit comments