Update language-configuration.json

This commit is contained in:
Huachao Mao
2016-09-19 22:49:12 +08:00
committed by GitHub
parent c35121211e
commit 1bd453641a

View File

@@ -1,6 +1,6 @@
{
"comments": {
"blockComment": [ "<!--", "-->" ]
"blockComment": [ "{{!--", "--}}" ]
},
"brackets": [
["<!--", "-->"],
@@ -20,4 +20,4 @@
{ "open": "\"", "close": "\"" },
{ "open": "<", "close": ">" }
]
}
}