https://github.com/devops-kung-fu/micro-terraform-syntax
Provides syntax highlighting for Terraform files in the micro text editor. (https://micro-editor.github.io)
https://github.com/devops-kung-fu/micro-terraform-syntax
development editor infrastructure-as-code micro syntax-highlighting terraform
Last synced: 5 months ago
JSON representation
Provides syntax highlighting for Terraform files in the micro text editor. (https://micro-editor.github.io)
- Host: GitHub
- URL: https://github.com/devops-kung-fu/micro-terraform-syntax
- Owner: devops-kung-fu
- License: other
- Created: 2019-07-11T18:40:08.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-03T16:01:33.000Z (about 4 years ago)
- Last Synced: 2024-10-29T14:22:21.643Z (8 months ago)
- Topics: development, editor, infrastructure-as-code, micro, syntax-highlighting, terraform
- Language: Shell
- Homepage:
- Size: 457 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Terraform Syntax Highligher for Micro
## Overview
If you are using `micro` as a text editor (Available [here](https://micro-editor.github.io/)) and developing with [Terraform](https://www.terraform.io/) you can use this to highlight `.tf` files in the editor.

## Installation
A quick and dirty installation script is available to copy the `terraform.micro` file into your `~/.config/micro/syntax` folder as `terraform.yaml`.
## Contributing
Feel free to apply any fixes or modifications and create a pull request for me to merge into the master code base.