We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36177d5 commit 5eaedcdCopy full SHA for 5eaedcd
doc/grammars/type.abnf
@@ -180,13 +180,13 @@ TokenDoubleColon
180
= "::" *ByteHorizontalWs
181
182
TokenThisVariable
183
- = %x24.74.68.69.73 *ByteHorizontalWs
+ = %s"$this" *ByteHorizontalWs
184
185
TokenIs
186
- = %x69.73 1*ByteHorizontalWs
+ = %s"is" 1*ByteHorizontalWs
187
188
TokenNot
189
- = %x6E.6F.74 1*ByteHorizontalWs
+ = %s"not" 1*ByteHorizontalWs
190
191
TokenIdentifier
192
= [ByteBackslash] ByteIdentifierFirst *ByteIdentifierSecond *(ByteBackslash ByteIdentifierFirst *ByteIdentifierSecond) *ByteHorizontalWs
0 commit comments