aboutsummaryrefslogtreecommitdiff
path: root/colorize-amsb.rst
diff options
context:
space:
mode:
Diffstat (limited to 'colorize-amsb.rst')
-rw-r--r--colorize-amsb.rst39
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