This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 153
#error directive doesn't handle ' or " correctly #233
Labels
Comments
Any news on this? I've just tripped over it again. |
I don't have any news. |
fnadeau
pushed a commit
to fnadeau/language-c
that referenced
this issue
Oct 31, 2017
fnadeau
pushed a commit
to fnadeau/language-c
that referenced
this issue
Nov 6, 2017
Any news on this issue? |
The pull request with the tentative fix is #251 , but apparently some issue was found that hasn't yet been resolved. |
2 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Use
#error doesn't
#error need "fixing
int j; '
The ' and " should not cause string highlighting until the next matching closing ' or " is found. Only the entire error line should be treated as a string.
The text was updated successfully, but these errors were encountered: