mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-20 01:12:49 +08:00
Merge pull request #98 from johntyree/patch-2
Remove extra space from Haskell alt.
This commit is contained in:
commit
7b127e63aa
|
@ -181,7 +181,7 @@ let s:delimiterMap = {
|
|||
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--','rightAlt': '-->'},
|
||||
\ 'gtkrc': { 'left': '#' },
|
||||
\ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '-- ' },
|
||||
\ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '--' },
|
||||
\ 'hb': { 'left': '#' },
|
||||
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user