Support git commit message syntax highlighting (fixes #3876)

This commit is contained in:
Benjamin Pasero
2016-03-11 16:29:33 +01:00
parent 1a8546774e
commit cc226c0581
6 changed files with 363 additions and 0 deletions

View File

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