mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-12-12 05:23:44 +08:00
Added filetype 'renpy' support.
Renpy is an extension of python syntax and it uses '#' comments.
This commit is contained in:
parent
18cfe81550
commit
c321b3460b
|
@ -349,6 +349,7 @@ let s:delimiterMap = {
|
|||
\ 'rebol': { 'left': ';' },
|
||||
\ 'registry': { 'left': ';' },
|
||||
\ 'remind': { 'left': '#' },
|
||||
\ 'renpy': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'resolv': { 'left': '#' },
|
||||
\ 'rgb': { 'left': '!' },
|
||||
\ 'rib': { 'left': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user