mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-03-03 03:33:10 +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': ';' },
|
\ 'rebol': { 'left': ';' },
|
||||||
\ 'registry': { 'left': ';' },
|
\ 'registry': { 'left': ';' },
|
||||||
\ 'remind': { 'left': '#' },
|
\ 'remind': { 'left': '#' },
|
||||||
\ 'renpy': { 'left': '# ', 'leftAlt': '#' },
|
\ 'renpy': { 'left': '# ' },
|
||||||
\ 'resolv': { 'left': '#' },
|
\ 'resolv': { 'left': '#' },
|
||||||
\ 'rgb': { 'left': '!' },
|
\ 'rgb': { 'left': '!' },
|
||||||
\ 'rib': { 'left': '#' },
|
\ 'rib': { 'left': '#' },
|
||||||
|
Loading…
x
Reference in New Issue
Block a user