summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreudoxia <uplink@distress.network>2022-07-21 05:55:51 -0400
committereudoxia <uplink@distress.network>2022-07-21 05:55:51 -0400
commitfb91b1071d4978ec915de8e93af4bf96f21f2b35 (patch)
tree93fb16994d0a6d782081dcb769fa89299559eb99
parentef2b29a1566d99c3f940bd86b614c7c4033bfaa6 (diff)
docs/usage: future work
-rwxr-xr-xdoc/usage.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/usage.md b/doc/usage.md
index a008409..de3c44f 100755
--- a/doc/usage.md
+++ b/doc/usage.md
@@ -94,3 +94,4 @@ The source code of this tool is rendered as a set of literate program documents,
# Future Work
- The treatment of whitespace within formatting and configuration commands is currently rather strict, as no trimming of leading or trailing whitespace around the command contents is applied. This may be changed for the sake of convenience, at the expense of added parsing complexity.
+- A 'prefix' mode where all text section lines and formatting commands are started with a certain prefix token which is recognized and omitted from the output. When the prefix specified is the line comment prefix of the programming language being used, this would allow for the use of conventional syntax highlighting while editing literate source code files.