mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 12:57:31 -05:00
[sql] autoclosing & surrounding pairs
This commit is contained in:
@@ -7,6 +7,20 @@
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
],
|
||||
"autoClosingPairs": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""],
|
||||
["'", "'"]
|
||||
],
|
||||
"surroundingPairs": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"],
|
||||
["\"", "\""],
|
||||
["'", "'"]
|
||||
]
|
||||
|
||||
// enhancedBrackets:[
|
||||
|
||||
Reference in New Issue
Block a user