Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support #IFDEF #23

Closed
csholmq opened this issue Apr 20, 2016 · 4 comments
Closed

Support #IFDEF #23

csholmq opened this issue Apr 20, 2016 · 4 comments

Comments

@csholmq
Copy link
Contributor

csholmq commented Apr 20, 2016

Similar to how #IF is currently supported, it would be great if also #IFDEF worked.

Here's an animation to clarify.

ifdef_animation

@sridmad
Copy link
Member

sridmad commented Jun 23, 2016

At this point syntax colorization as well as greying of preprocessor sections is handled by TextMate bundle (https://github.com/atom/language-c). The bundle is dealing with #if 0 explicitly for colorization.

@bobbrow
Copy link
Member

bobbrow commented Jul 6, 2017

I'm going to merge this issue with #230 for improving colorization in the editor

@bobbrow bobbrow closed this as completed Jul 6, 2017
@sean-mcmanus
Copy link
Collaborator

@csholmq Fixed with 0.15.0, but the intelliSenseEngine needs to be "Default".

@csholmq
Copy link
Contributor Author

csholmq commented Feb 16, 2018

Seems to work great!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

5 participants