diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 90b9bc2..f6ce0c7 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -389,6 +389,7 @@ let s:delimiterMap = { \ 'tak': { 'left': '$' }, \ 'tasm': { 'left': ';' }, \ 'tcl': { 'left': '#' }, + \ 'terraform': { 'left': '#', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'texinfo': { 'left': "@c " }, \ 'texmf': { 'left': '%' }, \ 'tf': { 'left': ';' },