[Github-comments] [geany/geany] Different or disabled syntax highlighting for block segments effectively turned off by preprocessing directives (#1047)

Matthew Brush notifications at xxxxx
Mon May 30 00:49:23 UTC 2016


What about this?

```c
// in foo.h
#define ONE 1

// in bar.h
#include "foo.h"
#if ONE
static const int enabled_code = 42;
#endif
```

Could CTags be used to make it work correctly?

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1047#issuecomment-222392883
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160529/1f8e53af/attachment.html>


More information about the Github-comments mailing list