You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to add this to this issue:
Lines that start with !DEC$ are also currently detected as comments. These are compiler modifiers as well, similar to #if() in C++.
Simply showing them with a different color than comments makes it a lot easier to read the code.
If we use default compilers, they will call the native precompiler automatically. It would be good to include better support for these:
#include
support. Navigate, auto-complete and parse content.#ifdef
, etc. support. Already seems to be included, but sometimes it missbehaves, e.g. nested#ifdef
The text was updated successfully, but these errors were encountered: