From 1d615dc9e1e20393446c0eb27f298d5fc78baaca Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Mon, 17 Mar 2025 05:07:01 -0400 Subject: colorize-amsb: added. --- colorize-amsb.rst | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 colorize-amsb.rst (limited to 'colorize-amsb.rst') diff --git a/colorize-amsb.rst b/colorize-amsb.rst new file mode 100644 index 0000000..b680b31 --- /dev/null +++ b/colorize-amsb.rst @@ -0,0 +1,39 @@ +============= +colorize-amsb +============= + +-------------------------------------------------------- +color syntax highlighting for detokenized Atari MS BASIC +-------------------------------------------------------- + +.. include:: manhdr.rst + +SYNOPSIS +======== + +**colorize-amsb** [**file**] + +DESCRIPTION +=========== + +**colorize-amsb** is a filter that postprocesses the LISTed output +of **listamsb**, after it has been piped through **a8cat**. Normally, +there's no need to run **colorize-amsb** explicitly, as it's called by +**listamsb** automatically. + +**colorize-amsb** takes no options. + +CONFIGURATION +============= + +The colors are controlled by the config file, **~/.colorize-amsb.conf**. + +If the file doesn't exist, **colorize-amsb** creates it, with all +options commented out. See the comments in the file for the syntax. + +EXIT STATUS +=========== + +0 for success, non-zero for any error. Error messages are printed to **stderr**. + +.. include:: manftr.rst -- cgit v1.2.3