Fix implementation of renpy to not include python hack

This commit is contained in:
Caleb Maclennan 2017-11-07 10:11:26 +03:00
parent c321b3460b
commit d4548ebb0c
No known key found for this signature in database
GPG Key ID: 63CC496475267693

View File

@ -349,7 +349,7 @@ let s:delimiterMap = {
\ 'rebol': { 'left': ';' },
\ 'registry': { 'left': ';' },
\ 'remind': { 'left': '#' },
\ 'renpy': { 'left': '# ', 'leftAlt': '#' },
\ 'renpy': { 'left': '# ' },
\ 'resolv': { 'left': '#' },
\ 'rgb': { 'left': '!' },
\ 'rib': { 'left': '#' },