mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-12-12 21:44:02 +08:00
Fix for teak
This commit is contained in:
parent
fbe3bd3c35
commit
f1a23cde6d
|
@ -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': '#' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user