mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
11
extensions/git/languages/diff.language-configuration.json
Normal file
11
extensions/git/languages/diff.language-configuration.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"comments": {
|
||||
"lineComment": "#",
|
||||
"blockComment": [ "#", " " ]
|
||||
},
|
||||
"brackets": [
|
||||
["{", "}"],
|
||||
["[", "]"],
|
||||
["(", ")"]
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user