Add diff language mode for .diff and .patch files (fixes #3183)

This commit is contained in:
Benjamin Pasero
2016-03-11 16:28:17 +01:00
parent 1371f241bd
commit 1a8546774e
4 changed files with 315 additions and 0 deletions

View File

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