diff options
Diffstat (limited to 'languages.json')
| -rw-r--r-- | languages.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/languages.json b/languages.json index 4e6e40a..7ddf0c9 100644 --- a/languages.json +++ b/languages.json @@ -62,5 +62,13 @@ "prefix" : ";; ", "bottom": ";;;;" } + }, + "go": { + "extension": "go", + "comment" : { + "top": "/*", + "prefix" : "* ", + "bottom": "*/" + } } } |
