mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Merge fa4bf8b29e into 66c07e4083
This commit is contained in:
@@ -160,7 +160,7 @@ let s:delimiterMap = {
|
|||||||
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
|
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
|
||||||
\ 'handlebars': { 'left': '{{!-- ', 'right': ' --}}' },
|
\ 'handlebars': { 'left': '{{!-- ', 'right': ' --}}' },
|
||||||
\ 'haskell': { 'left': '--', 'nested': 0, 'leftAlt': '{-', 'rightAlt': '-}', 'nestedAlt': 1 },
|
\ 'haskell': { 'left': '-- ', 'nested': 0, 'leftAlt': '{-', 'rightAlt': '-}', 'nestedAlt': 1 },
|
||||||
\ 'haxe': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'haxe': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'hb': { 'left': '#' },
|
\ 'hb': { 'left': '#' },
|
||||||
\ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' },
|
\ 'hbs': { 'left': '{{!-- ', 'right': ' --}}' },
|
||||||
|
|||||||
Reference in New Issue
Block a user