language-zonefile/README.md

24 regels
568 B
Markdown

2017-11-11 16:15:44 +01:00
# Bind Zone File language support in Atom
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
```
2017-11-11 16:15:44 +01:00
## License
language-zonefile is licensed under the MIT License. See LICENSE for more information.