mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add hive filetype (#255)
This commit is contained in:
committed by
Caleb Maclennan
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': '##' },
|
||||
|
||||
Reference in New Issue
Block a user