mirror of
https://github.com/preservim/nerdcommenter.git
synced 2025-11-09 10:13:48 -05:00
Add comment style for Google Go language
This commit is contained in:
@@ -175,6 +175,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': '#' },
|
||||||
|
|||||||
Reference in New Issue
Block a user