An open API service indexing awesome lists of open source software.

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)

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.

![](screenshot.png)

## 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.