mirror of
https://github.com/microsoft/vscode.git
synced 2026-06-04 06:35:06 +01:00
Hello Code
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "#",
|
||||
"blockComment": [ "''", "''" ]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
|
||||
// enhancedBrackets: [ { open: /.*:\s*$/, closeComplete: 'else:' } ],
|
||||
}
|
||||
Reference in New Issue
Block a user