Skip to content

Commit 7ff9c93

Browse files
committed
Remove tex comment
1 parent cdc4442 commit 7ff9c93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/internals/syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ multiLineChars ::= {[‘"’] [‘"’] char \ ‘"’} {‘"’}
7272
processedStringLiteral
7373
::= alphaid ‘"’ {printableChar \ (‘"’ | ‘$’) | escape} ‘"’
7474
| alphaid ‘"""’ {[‘"’] [‘"’] char \ (‘"’ | ‘$’) | escape} {‘"’} ‘"""’
75-
escape ::= ‘$$’ \comment{$}
75+
escape ::= ‘$$’
7676
| ‘$’ letter { letter | digit }
7777
| ‘{’ Block [‘;’ whiteSpace stringFormat whiteSpace] ‘}’
7878
stringFormat ::= {printableChar \ (‘"’ | ‘}’ | ‘ ’ | ‘\t’ | ‘\n’)}

0 commit comments

Comments
 (0)