mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-24 02:28:34 +01:00
Hello Code
This commit is contained in:
19
extensions/sql/sql.configuration.json
Normal file
19
extensions/sql/sql.configuration.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "--",
|
||||
"blockComment": [ "/*", "*/" ]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
/*
|
||||
enhancedBrackets:[
|
||||
{ openTrigger: 'n', open: /begin$/i, closeComplete: 'end', matchCase: true },
|
||||
{ openTrigger: 'e', open: /case$/i, closeComplete: 'end', matchCase: true },
|
||||
{ openTrigger: 'n', open: /when$/i, closeComplete: 'then', matchCase: true }
|
||||
],
|
||||
noindentBrackets: '()',
|
||||
*/
|
||||
}
|
||||
Reference in New Issue
Block a user