Add hive filetype (#255)

This commit is contained in:
Keunchan Park 2016-07-14 19:12:25 +09:00 committed by Caleb Maclennan
parent e2d47bec26
commit ec0f4753d0

View File

@ -205,6 +205,7 @@ let s:delimiterMap = {
\ 'hb': { 'left': '#' },
\ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' },
\ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'hive': { 'left': '-- ' },
\ 'hog': { 'left': '#' },
\ 'hostsaccess': { 'left': '#' },
\ 'htmlcheetah': { 'left': '##' },