mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Merge remote branch 'upstream/master'
This commit is contained in:
@@ -363,6 +363,7 @@ let s:delimiterMap = {
|
||||
\ 'tsscl': { 'left': '#' },
|
||||
\ 'tssgm': { 'left': "comment = '", 'right': "'" },
|
||||
\ 'txt2tags': { 'left': '%' },
|
||||
\ 'twig': { 'left': '{#', 'right': '#}' },
|
||||
\ 'uc': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'uil': { 'left': '!' },
|
||||
\ 'vb': { 'left': "'" },
|
||||
|
||||
Reference in New Issue
Block a user