elixir-block-pulsar
Highlight matching elixir block keywords
benonymus 46 0 1.4.0 MIT GitHub
  • Made for Pulsar!

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

elixir-block-pulsar

Pulsar package to support highlighting matching elixir blocks. Based on https://github.com/adam-pog/elixir-block with fixes.

Example

Dependencies

Contributions welcome!

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!

How to develop atom packages locally

  1. Run apm develop <package_name> (i.e. apm develop elixir-block)
  2. Go to directory where package was linked
  3. atom -d (this starts the package in developer mode which will use your local version of the package)