Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmur2/language-terraform
Terraform.io support for Atom
https://github.com/cmur2/language-terraform
atom syntax-highlighting terraform terraform-0-12
Last synced: 9 days ago
JSON representation
Terraform.io support for Atom
- Host: GitHub
- URL: https://github.com/cmur2/language-terraform
- Owner: cmur2
- License: mit
- Created: 2014-11-03T19:59:11.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2021-09-10T18:31:42.000Z (about 3 years ago)
- Last Synced: 2024-10-14T06:14:16.885Z (24 days ago)
- Topics: atom, syntax-highlighting, terraform, terraform-0-12
- Language: HCL
- Size: 108 KB
- Stars: 49
- Watchers: 4
- Forks: 32
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Terraform.io language support for Atom
Adds syntax highlighting for Terraform.io configuration files to Atom.
## Installation
Available as [Atom package](https://atom.io/packages/language-terraform):
```
apm install language-terraform
```Or directly via git:
```
git clone https://github.com/cmur2/language-terraform.git ~/.atom/packages/language-terraform
```Migrate from **deprecated** fork `language-terraform-12` package back to this official, [maintained](https://github.com/cmur2/language-terraform/issues/46) package which includes all features from the fork:
```
apm uninstall language-terraform-12 && apm install language-terraform
```## Contributions
Contributions are not only welcome, but encouraged. Please fork and submit pull requests for snippets, grammar tweaks, etc.
## License
language-terraform is licensed under the MIT License. See LICENSE for more information.