-
Notifications
You must be signed in to change notification settings - Fork 5
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
Here documents enclosed in backticks do not highlight comments correctly #17
Comments
Thanks for reporting the issue. Would you like to contribute a fix? That would be super helpful!! |
I had a look at the issue, I suspect it's specific to how Visual Studio Code does syntax highlighting as the issue is not present in Sublime Text with Sublime Autotools. I compared the If you have any idea of the cause of the issue it might be helpful. |
Hm in general we have the following note in the README
So... shouldn't there be a merge from upstream after all these years? GH currently shows this extension is "20 commits behind" (I'd guess at least 10 are irrelevant, but I don't know if/how to tell git "ignore those revisions" and my general git "foo" is not that good, so @maelvls Could you please have a look at updating from upstream? This may solve this issue (or not, then it would still be useful). |
Actually the bug seems to be fixed, no? The old ` leaked into the following lines (the if in line 206 was seen as part of it) while your screenshot shows line 206 as new statement. |
Here documents that are enclosed in backticks do not properly handle the termination of comments:
An example can be seen here:
https://github.com/autoconf-archive/autoconf-archive/blob/9b71386/m4/ax_python_devel.m4#L206
The text was updated successfully, but these errors were encountered: