============= 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