mirror of
https://github.com/preservim/nerdcommenter.git
synced 2024-12-05 07:24:18 +08:00
Add gitignore support (#284)
This commit is contained in:
parent
18cfe81550
commit
607253203d
|
@ -193,6 +193,7 @@ let s:delimiterMap = {
|
|||
\ 'gentoo-package-use': { 'left': '#' },
|
||||
\ 'gitcommit': { 'left': '#' },
|
||||
\ 'gitconfig': { 'left': ';' },
|
||||
\ 'gitignore': { 'left': '#' },
|
||||
\ 'gitrebase': { 'left': '#' },
|
||||
\ 'gnuplot': { 'left': '#' },
|
||||
\ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||
|
|
Loading…
Reference in New Issue
Block a user