[Github-comments] [geany/geany] Parentheses matching not working in makefile (#1207)

Colomban Wendling notifications at xxxxx
Sun Sep 4 08:21:15 UTC 2016


The brace matching requires both open and close braces to be in the same style AFAIR, and that's how it knows it's not a string/command/whatever else is different.   In your example, the last closing parenthesis has style 0 instead of 3 (because it's not part of a valid variable expression).

IMO this is invalid, because it's basically the same as having the brace in a comment or a string, etc. and there you would see what's wrong.  IMO, if anything, change the styling for style 3 (`identifier`) to some different color so you discriminate it from style 0 (`default`).

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1207#issuecomment-244590120
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160904/18331255/attachment.html>


More information about the Github-comments mailing list