pulsar/themes/atom-dark-ui/bracket-matcher.css
Kevin Sawicki 0270ba3e1c Add bracket matcher that highlights pair
(), {}, and [] pairs are now highlighted when
after or before the cursor
2013-02-04 18:09:20 -08:00

6 lines
92 B
CSS

.bracket-matcher {
border-bottom: 1px solid #f8de7e;
margin-top: -1px;
opacity: .7;
}