- elixir
- highlight
- blocks
- block
- match
- matching
- keywords
-
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.

Dependencies
Contributions welcome!
- Fork the repo on GitHub
- Clone the project to your own machine
- Commit changes to your own branch
- Push your work back up to your fork
- 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
- Run
apm develop <package_name>(i.e.apm develop elixir-block) - Go to directory where package was linked
atom -d(this starts the package in developer mode which will use your local version of the package)