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

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

highlight-simple

Highlight all occurrences of the selected text in the editor.

view

Fork of highlight-selected.

Features

  • Automatic highlighting: Highlights all matching occurrences when text is selected.
  • Customizable style: Override highlight appearance via stylesheet.
  • Scrollmap: Shows highlight markers in the scrollbar via scrollmap.

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.

Customization

The style can be adjusted according to user preferences in the styles.less file:

  • e.g. change highlight style:
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!