techee left a comment (geany/geany#4081) > We should probably set lexer.bash.styling.inside.heredoc=1 as well
OK, done. > I'm not sure I really like lexer.bash.styling.inside.string=1. Yes, it's > great when there are complex expansions. But I find it lowers usability when > quoting single variables, which is overly common, as it makes the fact it's > quoted a lot harder to notice. I have no problem with having it set to 0 by default - I just added this for completeness, the main part was `lexer.bash.command.substitution=1` to fix the two bug reports. I've added a commit (to be squashed) setting ` lexer.bash.styling.inside.string=0` (I kept it in the config file so it's easier to discover this settings for users). -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany/pull/4081#issuecomment-2881481462 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany/pull/4081/[email protected]>
