highlight-simple
Highlights occurrences of the selected text
asiloisad 2 0 0.1.0 MIT GitHub
  • Made for Pulsar!

    This package was written specifically for Pulsar and did not exist in the Atom package repository.

highlight-simple

Highlights occurrences of the selected text.

view

Installation

To install highlight-simple search for highlight-simple in the Install pane of the Pulsar settings or run ppm install highlight-simple. Alternatively, you can run ppm install asiloisad/pulsar-highlight-simple to install a package directly from the GitHub repository.

Styling

Override the highlight style in your stylesheet:

atom-text-editor .highlights {
  .highlight-simple .region {
    border: 1px solid @syntax-result-marker-color;
    background-color: @syntax-result-marker-color-selected;
    border-radius: 3px;
  }
}

Contributing

Got ideas to make this package better, found a bug, or want to help add new features? Just drop your thoughts on GitHub — any feedback’s welcome!

Credits

Fork of highlight-selected.