diff --git a/autoload/nerdcommenter.vim b/autoload/nerdcommenter.vim index 6ad9558..25634a3 100644 --- a/autoload/nerdcommenter.vim +++ b/autoload/nerdcommenter.vim @@ -161,6 +161,7 @@ let s:delimiterMap = { \ 'haxe': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'hb': { 'left': '#' }, \ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' }, + \ 'hcl': { 'left': '#', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'hive': { 'left': '-- ' }, \ 'hocon': { 'left': '//', 'leftAlt': '#' },