adamyg/grief

Coloration extension failure

Opened this issue · 2 comments

Certain file extensions, e.g. .c, invoke color highlighting of various C language objects. I tried to extend that to other file extensions I use, e.g. .sub, by adding them to BPACKAGES:

set BPACKAGES=.c.cc.CC.cpp.dec.def.h.H.hpp.pro.sub.tag-c:hilite,t;.default:hilite,template,regular;

which I set in the environment before calling Grief ver3.2.2. Sadly that had no effect. Is there something else required or is there a bug?

BPACKAGE's is the default specification when no .grinit is available, imported once only; reviewing documentation.
Possible warning condition.

event-log build-26