From 821e2550c48d7ade1691f5bd65da4d82f8df22ae Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Fri, 23 Sep 2022 12:26:41 -0700 Subject: [PATCH] add note about inline comments --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index dceb6b6..f73d0a3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,8 @@ RUN : \ && printf '\033[1m%s\033[m: %s\n' >&2 \ noted "$*" \ ;} \ +# this is an inline comment! it should end with a semicolon, \ +# because vim's syntax highlighting is bad. \ && note '\\( o _ o )//' \ ; ``` @@ -123,4 +125,6 @@ RUN : \ * **TODO:** explain `while cmd \␤ ;do : \␤ && cmd \␤ ;done`. - * **TODO:** explain `test`s. + * **TODO:** explain `test`s? + + * **TODO:** explain the two different kinds of commends.