mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-10 18:53:47 -05:00
Fix for teak
This commit is contained in:
@@ -119,6 +119,7 @@ let s:delimiterMap = {
|
||||
\ 'cuda': { 'left': '/*','right': '*/', 'leftAlt': '//' },
|
||||
\ 'crontab': { 'left': '#' },
|
||||
\ 'cs': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'teak': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
\ 'csp': { 'left': '--' },
|
||||
\ 'cterm': { 'left': '*' },
|
||||
\ 'cucumber': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user