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