提交 c522d6ec 编写于 作者: A Alexandru Dima

Merge pull request #25 from Microsoft/languageconf-fixes

Languageconf fixes
{
"comments": {
"lineComment": "//",
"blockComment": ["/*", "*/"]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}
\ No newline at end of file
......@@ -7,7 +7,8 @@
"languages": [{
"id": "csharp",
"extensions": [ ".cs", ".csx" ],
"aliases": [ "C#", "csharp" ]
"aliases": [ "C#", "csharp" ],
"configuration": "./csharp.configuration.json"
}],
"grammars": [{
"language": "csharp",
......
{
"comments": {
"lineComment": "#",
"blockComment": [ "''", "''" ]
"blockComment": [ "'''", "'''" ]
},
"brackets": [
["{", "}"],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册