Better MatchParent highlight
Closed this issue · 1 comments
daviebadger commented
I consider current MatchParent
highlight as inefficient. I easily get lost when there are several brackets around. I suggest to use #c991e1
aka purple for foreground color + bold text.
My tested data:
-
python
"john {0} doe ()"
-
htmldjango
{% load static %} <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title></title> </head> <body> </body> </html>
Notes:
- in the Python string it looks like LA Lakers color combo
MatchParent
is also used bymatchtagalways
plugin- in the
htmldjango
syntax it does not block green curly parents
MaxSt commented
Thanks for the suggestion! Added in MaxSt/FlatColor@945d7c3