mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-02-21 04:22:40 +08:00
Merge pull request #126 from spikegrobstein/dockerfile_comments
added Dockerfile comment support
This commit is contained in:
commit
0d1fd7ff66
@ -136,6 +136,7 @@ let s:delimiterMap = {
|
||||
\ 'django': { 'left': '<!--','right': '-->', 'leftAlt': '{#', 'rightAlt': '#}' },
|
||||
\ 'docbk': { 'left': '<!--', 'right': '-->' },
|
||||
\ 'dns': { 'left': ';' },
|
||||
\ 'dockerfile': { 'left': '#' },
|
||||
\ 'dosbatch': { 'left': 'REM ', 'leftAlt': '::' },
|
||||
\ 'dosini': { 'left': ';' },
|
||||
\ 'dot': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
Loading…
x
Reference in New Issue
Block a user