mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 04:03:46 -05:00
Add alternate block-wise comment syntax
Per @gf3's comment on issue #40, this seems to be more complete support over the bare PR I merged from #100.
This commit is contained in:
@@ -324,7 +324,7 @@ let s:delimiterMap = {
|
|||||||
\ 'ptcap': { 'left': '#' },
|
\ 'ptcap': { 'left': '#' },
|
||||||
\ 'puppet': { 'left': '#' },
|
\ 'puppet': { 'left': '#' },
|
||||||
\ 'python': { 'left': '#' },
|
\ 'python': { 'left': '#' },
|
||||||
\ 'racket': { 'left': ';' },
|
\ 'racket': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' },
|
||||||
\ 'radiance': { 'left': '#' },
|
\ 'radiance': { 'left': '#' },
|
||||||
\ 'ratpoison': { 'left': '#' },
|
\ 'ratpoison': { 'left': '#' },
|
||||||
\ 'r': { 'left': '#' },
|
\ 'r': { 'left': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user