blob: b03cab3638718c51f4f06bd74834733e5d6ba0b1 [file] [log] [blame]
Janno Tjarks2fbcc152024-07-04 11:44:01 +02001" Vim filetype plugin
2" Language: terraform
3" Maintainer: Janno Tjarks (janno.tjarks@mailbox.org)
4" Last Change: 2024 Jul 3
5
6if exists('b:did_ftplugin')
7 finish
8endif
9let b:did_ftplugin = 1
10
11setlocal commentstring=#\ %s
12setlocal comments=://,:#
13
14let b:undo_ftplugin = "setlocal commentstring< comments<"