diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b7d3b9a..5e46feb 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -204,6 +204,7 @@ let s:delimiterMap = { \ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' }, \ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'hive': { 'left': '-- ' }, + \ 'hocon': { 'left': '//', 'leftAlt': '#' }, \ 'hog': { 'left': '#' }, \ 'hostsaccess': { 'left': '#' }, \ 'htmlcheetah': { 'left': '##' },