Skip to content

Commit 358086a

Browse files
mtaran-googlemarijnh
authored andcommitted
[go] auto-close backticks
1 parent 9903967 commit 358086a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mode/go/go.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -173,6 +173,7 @@ CodeMirror.defineMode("go", function(config) {
173173
},
174174

175175
electricChars: "{}):",
176+
closeBrackets: "()[]{}''\"\"``",
176177
fold: "brace",
177178
blockCommentStart: "/*",
178179
blockCommentEnd: "*/",

0 commit comments

Comments
 (0)