Extract diff language into its own extension (#136967)

This commit is contained in:
Ladislau Szomoru
2021-11-12 10:59:52 +01:00
committed by GitHub
parent 81cf536582
commit 4549bd26c7
11 changed files with 78 additions and 53 deletions

View File

@@ -0,0 +1,11 @@
{
"comments": {
"lineComment": "#",
"blockComment": [ "#", " " ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}