1
0
mirror of https://github.com/cmur2/language-zonefile.git synced 2025-09-03 13:13:08 +02:00

docs: add installation instructions and screenshot

This commit is contained in:
cn
2017-11-26 17:10:00 +01:00
parent c476fe63f0
commit 1f77d6ab0f
3 changed files with 18 additions and 1 deletions

View File

@@ -2,6 +2,22 @@
Adds basic syntax highlighting based on the [Sublime Text package](https://github.com/sixty4k/st2-zonefile) to zone files in Atom.
![Screenshot](/screenshot.png?raw=true)
## Installation
Available as [Atom package](https://atom.io/packages/language-zonefile):
```
apm install language-zonefile
```
Or directly via git:
```
git clone https://github.com/cmur2/language-zonefile.git ~/.atom/packages/language-zonefile
```
## License
language-zonefile is licensed under the MIT License. See LICENSE for more information.