From ec0f4753d004c8804892343158485003669782f6 Mon Sep 17 00:00:00 2001 From: Keunchan Park Date: Thu, 14 Jul 2016 19:12:25 +0900 Subject: [PATCH] Add hive filetype (#255) --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index 9353bf1..37282c9 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -205,6 +205,7 @@ let s:delimiterMap = { \ 'hb': { 'left': '#' }, \ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' }, \ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, + \ 'hive': { 'left': '-- ' }, \ 'hog': { 'left': '#' }, \ 'hostsaccess': { 'left': '#' }, \ 'htmlcheetah': { 'left': '##' },