Please place the following in an otherwise empty Perl file and try using Ctrl-B to match the brackets?
($a->@*)
On Geany 1.32, Kubuntu 18.04 the normally very helpful bracket matching capability fails.
($a->%*)
also demonstrates this behavior. Both expressions are syntactically correct Perl.
To match the brackets must be the same Scintilla style, but here Scintilla styles the ( as an OPERATOR and the *) as a SYMBOL_TABLE.
github-comments@lists.geany.org