Anura Syntax
A simple syntax theme based on colors from CotEditor's "Anura" theme.
Installation
To install Anura, search for anura-syntax
on Atom's "Install" screen, or use APM:
$ apm install anura-syntax
Development
To make changes to Anura:
- Inside the repo directory, run
apm link -d
. This will symlink the repo folder to~/.atom/dev/packages/
. - Open the directory in dev mode with
atom -d .
. In this mode, any changes you make will appear immediately.
Publishing to APM
apm publish [<newversion> | major | minor | patch | build]
git push --tags