mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 10:43:48 -05:00
Support for racket language.
This commit is contained in:
@@ -304,6 +304,7 @@ let s:delimiterMap = {
|
|||||||
\ 'ptcap': { 'left': '#' },
|
\ 'ptcap': { 'left': '#' },
|
||||||
\ 'puppet': { 'left': '#' },
|
\ 'puppet': { 'left': '#' },
|
||||||
\ 'python': { 'left': '#' },
|
\ 'python': { 'left': '#' },
|
||||||
|
\ 'racket': { 'left': ';' },
|
||||||
\ 'radiance': { 'left': '#' },
|
\ 'radiance': { 'left': '#' },
|
||||||
\ 'ratpoison': { 'left': '#' },
|
\ 'ratpoison': { 'left': '#' },
|
||||||
\ 'r': { 'left': '#' },
|
\ 'r': { 'left': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user