blob: b680b31538db3f33a104da6cb7b9cc54feb49f42 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
|