Merge pull request #69 from gordio/master

Add Go support
This commit is contained in:
Martin Grenfell
2012-06-19 01:47:28 -07:00

View File

@@ -176,6 +176,7 @@ let s:delimiterMap = {
\ 'gitconfig': { 'left': ';' }, \ 'gitconfig': { 'left': ';' },
\ 'gitrebase': { 'left': '#' }, \ 'gitrebase': { 'left': '#' },
\ 'gnuplot': { 'left': '#' }, \ 'gnuplot': { 'left': '#' },
\ 'go': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }
\ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' }, \ 'groovy': { 'left': '//', 'leftAlt': '/*', 'rightAlt': '*/' },
\ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--','rightAlt': '-->'}, \ 'gsp': { 'left': '<%--', 'right': '--%>', 'leftAlt': '<!--','rightAlt': '-->'},
\ 'gtkrc': { 'left': '#' }, \ 'gtkrc': { 'left': '#' },