mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-12-04 23:13:51 +08:00
adding hyphy filetype
This commit is contained in:
parent
1f4bfd5992
commit
60bd8664ba
|
@ -193,6 +193,7 @@ let s:delimiterMap = {
|
|||
\ 'htmlcheetah': { 'left': '##' },
|
||||
\ 'htmldjango': { 'left': '<!--','right': '-->', 'leftAlt': '{#', 'rightAlt': '#}' },
|
||||
\ 'htmlos': { 'left': '#', 'right': '/#' },
|
||||
\ 'hyphy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'hxml': { 'left': '#' },
|
||||
\ 'ia64': { 'left': '#' },
|
||||
\ 'icon': { 'left': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user