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)