mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-12 11:43:46 -05:00
Added filetype 'renpy' support.
Renpy is an extension of python syntax and it uses '#' comments.
This commit is contained in:
committed by
Caleb Maclennan
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': '#' },
|
||||
|
||||
Reference in New Issue
Block a user