mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-14 20:53:47 -05:00
Add Dart to supported languages (#523)
This commit is contained in:
@@ -81,6 +81,7 @@ let s:delimiterMap = {
|
||||
\ 'cython': { 'left': '# ', 'leftAlt': '#' },
|
||||
\ 'd': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'dakota': { 'left': '#' },
|
||||
\ 'dart': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'dcl': { 'left': '$!' },
|
||||
\ 'debcontrol': { 'left': '#' },
|
||||
\ 'debsources': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user