mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-12-04 14:53:43 +08:00
Fix implementation of renpy to not include python hack
This commit is contained in:
parent
c321b3460b
commit
d4548ebb0c
|
@ -349,7 +349,7 @@ let s:delimiterMap = {
|
|||
\ 'rebol': { 'left': ';' },
|
||||
\ 'registry': { 'left': ';' },
|
||||
\ 'remind': { 'left': '#' },
|
||||
\ 'renpy': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'renpy': { 'left': '# ' },
|
||||
\ 'resolv': { 'left': '#' },
|
||||
\ 'rgb': { 'left': '!' },
|
||||
\ 'rib': { 'left': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user