diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2016-05-23 20:47:36 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2016-05-23 20:47:36 -0700 |
commit | 7b577e8a23f522d51fef4c2f60edf1a25e2923a4 (patch) | |
tree | ef8df7141b748ab329fc79a2f71001d56e6e3581 /txr.1 | |
parent | 5aacefa978182e8fabfa8c5c703ffb19108c44ce (diff) | |
download | txr-7b577e8a23f522d51fef4c2f60edf1a25e2923a4.tar.gz txr-7b577e8a23f522d51fef4c2f60edf1a25e2923a4.tar.bz2 txr-7b577e8a23f522d51fef4c2f60edf1a25e2923a4.zip |
Allow whitespace between @ and ; in comments.
* parser.l (grammar): Recognize {WS}* between @
and ; (or the legacy #) in comments.
* txr.1: Documentation updated.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -909,7 +909,7 @@ are output on standard output. .SS* Comments A query may contain comments which are delimited by the sequence .code @; -and extend to the end of the line. No whitespace can occur between the +and extend to the end of the line. Whitespace can occur between the .code @ and .codn ; . |