Add include compiler directive

Issue #9 wontfix
Former user created an issue

Many frameworks (like JCL) and developers use include files for various reasons.

Mostly for Definitions. Please support {$I file.inc} includes do all {$DEFINE XXX} are supported, or better the content of the include file is seen as part of the actual file.

Comments (2)

  1. George Bakhtadze repo owner

    Include file with defines already supported. All code branches which uses conditional defines after {$I file.inc} should be highlighted and parsed according to conditionals defined in file.inc. If it's not it's a bug - please report with minimal source to reproduce.

  2. Log in to comment