In configure.ac, writing `xxx' (note that it is different quotation marks) will break the highlighting after this expression. I presume it stems from that Vim does not recognize that they should match each other.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
This syntax file currently has no maintainer.
A change from @jamessan is mentioned in the header about paren matching.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
The pattern
`xxx'
is how quotation marks work in M4. In Autoconf M4 quotes are changed to [] instead.
So the syntax file is working as expected here.
I think that issue can be closed @chrisbra
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
Closed #10408 as completed.
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()
I see, closing then. Thanks
—
Reply to this email directly, view it on GitHub.
You are receiving this because you are subscribed to this thread.![]()