aboutsummaryrefslogtreecommitdiff
path: root/languages.json
diff options
context:
space:
mode:
Diffstat (limited to 'languages.json')
-rw-r--r--languages.json8
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": "*/"
+ }
}
}