mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-08 09:53:47 -05:00
Add comment style for Google Go language
This commit is contained in:
@@ -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': '<!--','rightAlt': '-->'},
|
||||
\ 'gtkrc': { 'left': '#' },
|
||||
|
||||
Reference in New Issue
Block a user