geany-themes
geany-themes copied to clipboard
Highlight in double and single quotes
With new clean install geany 1.24.1 and installing color themes with install.sh I have broken highlight double and single quotes.
In image - left what is now and right how it was in older version upgraded from 1.22.
That's actually a Geany issue, triggered by someone wanting to have double and single quoted strings colored differently as a whole (see #16).
It lead to opening #74 and #75 against Geany.
The correct fix would probably be to have a separate named style for interpolated variables inside strings. Any idea on how to fix this @codebrainz ?