code
code copied to clipboard
Ability to change tag highlight behavior
As mentionned in https://github.com/elementary/code/issues/29 , when cursor reaches the beginning or the end of a tag, the superior and inferior characters get highlighted. That is a great feature, but it does hide the cursor prompt and sometimes confuses on what is selected.
While looking at the issues, I found a perfect example ot the underscore/highlight done in Atom https://github.com/elementary/code/issues/311,
I could not find this option in the Code settings (only to switch it off), and with dconf, I only managed to find highlight-matching-brackets in io.elementary.code.settings but no setting for the behavior.
Anyone would know if/how it can be done, maybe editing some file ?
It is not clear what is required here. There is already an option to disable matching tag (bracket) highlighting in the Preferences dialog.
@leodom Could you explain further in what ways you want the behaviour to change other than disabling it?
@danirabbit is the style used for various highlights controllable in-app by css or otherwise? I think there is an issue with distinguishing different highlighted components and the cursor.