Module with predicates for colourizing Prolog code, via library(prolog_colour).
- author
- - James Cash
- file_colours(+File, -Colours) is det
- True when Colours is a list of colour information
corresponding to the file File.
- file_range_colours(+File, +Start, +End, -Colours) is det
- True when Colours is a list of colour information corresponding
to file File covering the terms between Start and End. Note
that it may go beyond either bound.
Undocumented predicates
The following predicates are exported, but not or incorrectly documented.
- token_types(Arg1)
- token_modifiers(Arg1)