M
M
Marat2015-11-27 14:48:04
IDE
Marat, 2015-11-27 14:48:04

Atom.IO Which package do you recommend for highlighting paired grouping elements of brackets, quotes, etc.?

Good afternoon,
DO NOT suggest a package in Atom.IO for highlighting paired grouping elements in the code text:
{}, (), [], "",'' ...
And if it can understand the difference between " and \" - then directly it will be wonderful...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Kashutin, 2017-04-21
@Vsnegovik

bracket-matcher-highlight - seems to come out of the box. By default, it highlights paired elements with a barely visible underscore. You can change its style Edit -> Stylesheet...
to something like this

.bracket-matcher-highlight .region {
  border: 1px solid rgb(222, 149, 54);
  border-radius: 2px;
  background: rgba(222, 149, 54, .7);
  opacity: .7;
  box-shadow: none; // остался в качестве мусора от предыдущего плагина
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question