Open ColemanGariety opened 4 years ago
This seems to be the opposite of #71 because, if I understand correctly, the guides do not take on the color of the selection, and so they stand out unnecessarily?
I observed an issue when we comment these lines (M-x comment-region)
(defun foo ()
...)
->
;; (defun foo ()
;; | ...)
I also observed this issue with copy-paste.
Commenting-out an indented block gives the indent guides the
font-lock-comment-face.
Thus unless yourfont-lock-comment-face
is the same as yourhighlight-indent-guides-*-face
, it will appear as thought comments have vertical lines. Seems confusing and non-standard.