From d16e2ab1cfdcc68d2158ee0112226e3a0a9a1891 Mon Sep 17 00:00:00 2001 From: gordio Date: Sun, 15 Apr 2012 05:14:09 +0300 Subject: [PATCH] Add comment style for Google Go language --- plugin/NERD_commenter.vim | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin/NERD_commenter.vim b/plugin/NERD_commenter.vim index b47f7ef..e3cea4e 100644 --- a/plugin/NERD_commenter.vim +++ b/plugin/NERD_commenter.vim @@ -175,6 +175,7 @@ let s:delimiterMap = { \ 'gitconfig': { 'left': ';' }, \ 'gitrebase': { 'left': '#' }, \ 'gnuplot': { 'left': '#' }, + \ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' } \ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': ''}, \ 'gtkrc': { 'left': '#' },