Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

#if 1 or #if 0 is plain text instead of comment #115

Closed
Invisible-Rabbit-Hunter opened this issue Feb 7, 2016 · 2 comments
Closed

#if 1 or #if 0 is plain text instead of comment #115

Invisible-Rabbit-Hunter opened this issue Feb 7, 2016 · 2 comments

Comments

@Invisible-Rabbit-Hunter
Copy link

what i want is

#if 1
int hello()
#else
int goodbye()
#endif

#if 0
int hello()
#else
int goodbye()
#endif

where it comments out the unused part, but it just puts both #if 1 and #if 0 as plain text.

@MaximSokolov
Copy link
Contributor

This was fixed by #91. Atom stable v1.4.3 should contain a fix

@winstliu
Copy link
Contributor

winstliu commented Feb 8, 2016

Thanks @MaximSokolov.

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

No branches or pull requests

3 participants