Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Bug: bracket-matcher only highlights the opposite tag. #130

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions styles/bracket-matcher.atom-text-editor.less
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.bracket-matcher .region {
border-bottom: 1px dotted lime;
position: absolute;
border: 1px solid red;
margin: 0 0 0 -2px;
background-color: rgba(0, 255, 0, 0.4);
z-index:100;
}