indent-guide-plus Made for Pulsar!

An improved indentation guide of text-editor

bacadra

68

1

1.4.17

MIT

GitHub

indent-guide-plus

An improved indentation guide of text-editor.

demo

Installation

To install indent-guide-plus search for indent-guide-plus in the Install pane of the Pulsar settings or run ppm install indent-guide-plus. Alternatively, you can run ppm install bacadra/pulsar-indent-guide-plus to install a package directly from the Github repository.

Features

Customization

You can customize the indent guides by using custom CSS. Here are some examples:

.indent-guide-plus {
  background: rgba(158, 158, 158, 0.15);
  &.indent-guide-stack {
    background: rgba(158, 158, 158, 0.15);
    &.indent-guide-active {
      background: rgba(1, 162, 226, 0.15);
    }
  }
}
.indent-guide-plus {
  background-color: gray;
  &.indent-guide-stack {
    background-color: cyan;
    &.indent-guide-active {
      background-color: blue;
    }
  }
}

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!

Notes

The package is fork of indent-guide-improved, but decaffeinated and fixed.