Hi everyone,
In regard to the following [[Geany-Users] mail list's email](https://www.mail-archive.com/users@lists.geany.org/msg03026.html), I think it might be useful for Geany to have an option to highlight the folding region where the caret is in. Something similar to the following image:
![Geany](https://user-images.githubusercontent.com/30245545/100268854-a693d880-2f23-1...)
The image seems to be from Geany (might be a version from 2011, I will check). The previous image can be found [in the following website](https://sourceforge.net/p/scintilla/feature-requests/765/?page=0), where the author requested the same option to be added to Scintilla (which is weird, since I think Geany uses Scintilla editing library already). He added the patch and it was added to Scintilla under the option:
`SCI_MARKERENABLEHIGHLIGHT: Enable/disable highlight for current folding block (smallest one that contains the caret)`
Is it possible to invoke this command by some way in Geany's configuration files?