summaryrefslogtreecommitdiff
path: root/mnv/runtime/ftplugin/terraform.mnv
blob: 5d5d214fd6e3cef936b689ffb9e7e30894d13d00 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
" MNV filetype plugin
" Language: terraform
" Maintainer: Janno Tjarks (janno.tjarks@mailbox.org)
" Last Change: 2024 Jul 3

if exists('b:did_ftplugin')
  finish
endif
let b:did_ftplugin = 1

setlocal commentstring=#\ %s
setlocal comments=://,:#

let b:undo_ftplugin = "setlocal commentstring< comments<"