mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-11-26 02:10:11 +08:00
Merge pull request #77 from jdonaldson/master
update for haxe/hxml files
This commit is contained in:
commit
6f69cbcdd8
|
@ -183,12 +183,14 @@ let s:delimiterMap = {
|
|||
\ 'hb': { 'left': '#' },
|
||||
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
|
||||
\ 'haxe': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'hog': { 'left': '#' },
|
||||
\ 'hostsaccess': { 'left': '#' },
|
||||
\ 'htmlcheetah': { 'left': '##' },
|
||||
\ 'htmldjango': { 'left': '<!--','right': '-->', 'leftAlt': '{#', 'rightAlt': '#}' },
|
||||
\ 'htmlos': { 'left': '#', 'right': '/#' },
|
||||
\ 'hxml': { 'left': '#' },
|
||||
\ 'ia64': { 'left': '#' },
|
||||
\ 'icon': { 'left': '#' },
|
||||
\ 'idlang': { 'left': ';' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user