neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

terraform.vim (223B)


      1 " Vim indent file
      2 " Language:    Terraform
      3 " Maintainer:  Gregory Anders
      4 " Upstream:    https://github.com/hashivim/vim-terraform
      5 " Last Change: 2024-09-03
      6 
      7 if exists('b:did_indent')
      8  finish
      9 endif
     10 
     11 runtime! indent/hcl.vim