mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-13 20:23:47 -05:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
@@ -187,6 +187,7 @@ let s:delimiterMap = {
|
|||||||
\ 'gitconfig': { 'left': ';' },
|
\ 'gitconfig': { 'left': ';' },
|
||||||
\ 'gitignore': { 'left': '#' },
|
\ 'gitignore': { 'left': '#' },
|
||||||
\ 'gitrebase': { 'left': '#' },
|
\ 'gitrebase': { 'left': '#' },
|
||||||
|
\ 'glsl': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'gnuplot': { 'left': '#' },
|
\ 'gnuplot': { 'left': '#' },
|
||||||
\ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
|
||||||
|
|||||||
Reference in New Issue
Block a user