mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
Merge pull request #201 from sivakumar-kailasam/master
Adds support for handlebars file formats
This commit is contained in:
@@ -195,6 +195,8 @@ let s:delimiterMap = {
|
|||||||
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
|
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
|
||||||
\ 'haxe': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'haxe': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
|
\ 'handlebars': { 'left': '{{!-- ', 'right': ' --}}' },
|
||||||
|
\ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' },
|
||||||
\ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'hercules': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'hog': { 'left': '#' },
|
\ 'hog': { 'left': '#' },
|
||||||
\ 'hostsaccess': { 'left': '#' },
|
\ 'hostsaccess': { 'left': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user