diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b27426d..cd45453 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -195,6 +195,7 @@ let s:delimiterMap = { \ 'gitconfig': { 'left': ';' }, \ 'gitignore': { 'left': '#' }, \ 'gitrebase': { 'left': '#' }, + \ 'glsl': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'gnuplot': { 'left': '#' }, \ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },