mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-03-10 21:57:27 +08:00
Add hive filetype (#255)
This commit is contained in:
parent
e2d47bec26
commit
ec0f4753d0
@ -205,6 +205,7 @@ let s:delimiterMap = {
|
||||
\ 'hb': { 'left': '#' },
|
||||
\ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' },
|
||||
\ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'hive': { 'left': '-- ' },
|
||||
\ 'hog': { 'left': '#' },
|
||||
\ 'hostsaccess': { 'left': '#' },
|
||||
\ 'htmlcheetah': { 'left': '##' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user