Skip to content
Snippets Groups Projects
Commit 358086a5 authored by mtaran-google's avatar mtaran-google Committed by Marijn Haverbeke
Browse files

[go] auto-close backticks

parent 99039673
No related branches found
No related tags found
No related merge requests found
...@@ -173,6 +173,7 @@ CodeMirror.defineMode("go", function(config) { ...@@ -173,6 +173,7 @@ CodeMirror.defineMode("go", function(config) {
}, },
electricChars: "{}):", electricChars: "{}):",
closeBrackets: "()[]{}''\"\"``",
fold: "brace", fold: "brace",
blockCommentStart: "/*", blockCommentStart: "/*",
blockCommentEnd: "*/", blockCommentEnd: "*/",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment