diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-17 05:07:01 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-17 05:07:01 -0400 |
commit | 1d615dc9e1e20393446c0eb27f298d5fc78baaca (patch) | |
tree | 05df241a9386ad616f369ca7322c242db30a34d1 /colorize-amsb.rst | |
parent | 6e90f345474ea3f54d1bcbe69c5118f6fbcd42a0 (diff) | |
download | bw-atari8-tools-1d615dc9e1e20393446c0eb27f298d5fc78baaca.tar.gz |
colorize-amsb: added.
Diffstat (limited to 'colorize-amsb.rst')
-rw-r--r-- | colorize-amsb.rst | 39 |
1 files changed, 39 insertions, 0 deletions
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 |