git: enable languages syntax

This commit is contained in:
Joao Moreno
2017-01-20 19:50:34 +01:00
parent f46e1061c4
commit 6b855fccb8
12 changed files with 83 additions and 41 deletions

View File

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