mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-02 21:39:30 +08:00
parent
9b86e000f2
commit
887232b8fe
|
@ -126,6 +126,7 @@ let s:delimiterMap = {
|
|||
\ 'csp': { 'left': '--' },
|
||||
\ 'cterm': { 'left': '*' },
|
||||
\ 'cucumber': { 'left': '#' },
|
||||
\ 'cython': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'cvs': { 'left': 'CVS:' },
|
||||
\ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'dcl': { 'left': '$!' },
|
||||
|
@ -323,6 +324,7 @@ let s:delimiterMap = {
|
|||
\ 'psf': { 'left': '#' },
|
||||
\ 'ptcap': { 'left': '#' },
|
||||
\ 'puppet': { 'left': '#' },
|
||||
\ 'pyrex': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'python': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'racket': { 'left': ';', 'leftAlt': '#|', 'rightAlt': '|#' },
|
||||
\ 'radiance': { 'left': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user