mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 02:33:48 -05:00
Add alt delimiter to R filetype for Roxygen strings
This commit is contained in:
@@ -336,7 +336,7 @@ let s:delimiterMap = {
|
|||||||
\ 'racket': { 'left': ';', 'nested': 1, 'leftAlt': '#|', 'rightAlt': '|#', 'nestedAlt': 1 },
|
\ 'racket': { 'left': ';', 'nested': 1, 'leftAlt': '#|', 'rightAlt': '|#', 'nestedAlt': 1 },
|
||||||
\ 'radiance': { 'left': '#' },
|
\ 'radiance': { 'left': '#' },
|
||||||
\ 'ratpoison': { 'left': '#' },
|
\ 'ratpoison': { 'left': '#' },
|
||||||
\ 'r': { 'left': '#' },
|
\ 'r': { 'left': '#', 'leftAlt': '#''' },
|
||||||
\ 'rc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'rc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'rebol': { 'left': ';' },
|
\ 'rebol': { 'left': ';' },
|
||||||
\ 'registry': { 'left': ';' },
|
\ 'registry': { 'left': ';' },
|
||||||
|
|||||||
Reference in New Issue
Block a user