Allow custom Keywords for indention
Brought to you by:
anthonysteele
sometimes you want to indent certain blocks of codes depending on code-specific keyword.
it would be really great if it was possible to to allow a user to add such keywords
like for instance
glNewList(..,..);
glStuff();
glEndList;
or
glBegin;
glStuff;
glEnd
Kind regards, werbear