Skip to content

Commit

Permalink
added Compat Matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kgrotel authored Oct 23, 2023
1 parent a8c55bc commit e7af345
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
[![License: GPL 3](https://img.shields.io/badge/license-GPL_3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.txt)
[![Tests](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml) - MacOS, Windows, Ubuntu - Emacs 29.1, Emacs Snapshot

# terraform-ts-mode.el

Major mode of [Terraform](http://www.terraform.io/) configuration file. This mode uses Tresitter for syntax highlighting and eglot as LSP

## Compatibilty

OS | emacs 29.1 | emacs Snapshot
--- | --- | ---
Ubuntu | [![Tests](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml) | [![Tests](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml)
MacOS | [![Tests](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml) | [![Tests](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml)
Windows | [![Tests](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml) | [![Tests](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/kgrotel/terraform-ts-mode/actions/workflows/tests.yml)

## Installation

currently only manual installation is supported. eglot requires a running terraform-ls. The mode will attach to it automatically and configure eglot accordingly.
Expand Down

0 comments on commit e7af345

Please sign in to comment.