mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-20 00:42:46 +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': '*/' },
|
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--','rightAlt': '-->'},
|
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--','rightAlt': '-->'},
|
||||||
\ 'gtkrc': { 'left': '#' },
|
\ 'gtkrc': { 'left': '#' },
|
||||||
\ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '-- ' },
|
\ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '--' },
|
||||||
\ 'hb': { 'left': '#' },
|
\ 'hb': { 'left': '#' },
|
||||||
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'h': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
|
\ 'haml': { 'left': '-#', 'leftAlt': '/' },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user