mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-01-20 01:52:49 +08:00
use html delimiters as the alt delimiters for gsp
This commit is contained in:
parent
5084aa7653
commit
0bcdac6c38
|
@ -175,7 +175,7 @@ let s:delimiterMap = {
|
||||||
\ 'gitrebase': { 'left': '#' },
|
\ 'gitrebase': { 'left': '#' },
|
||||||
\ 'gnuplot': { 'left': '#' },
|
\ 'gnuplot': { 'left': '#' },
|
||||||
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'gsp': { 'left': '<%--', 'right': '--%>' },
|
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--','rightAlt': '-->'},
|
||||||
\ 'gtkrc': { 'left': '#' },
|
\ 'gtkrc': { 'left': '#' },
|
||||||
\ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '--' },
|
\ 'haskell': { 'left': '{-','right': '-}', 'leftAlt': '--' },
|
||||||
\ 'hb': { 'left': '#' },
|
\ 'hb': { 'left': '#' },
|
||||||
|
|
Loading…
Reference in New Issue
Block a user