diff --git a/src/identifiers.md b/src/identifiers.md index e8fe1d14bb..3a5cf2432d 100644 --- a/src/identifiers.md +++ b/src/identifiers.md @@ -15,7 +15,8 @@ NON_KEYWORD_IDENTIFIER -> IDENTIFIER_OR_KEYWORD _except a [strict][lex.keywords. IDENTIFIER -> NON_KEYWORD_IDENTIFIER | RAW_IDENTIFIER -RESERVED_RAW_IDENTIFIER -> `r#` (`_` | `crate` | `self` | `Self` | `super`) +RESERVED_RAW_IDENTIFIER -> + `r#` (`_` | `crate` | `self` | `Self` | `super`) _not immediately followed by XID_Continue_ ```