Skip to content

Commit

Permalink
Add gitignore support (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandrogallo authored and alerque committed Jan 22, 2017
1 parent 18cfe81 commit 6072532
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugin/NERD_commenter.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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': '*/' },
Expand Down

0 comments on commit 6072532

Please sign in to comment.