Merge pull request #25 from Microsoft/languageconf-fixes

Languageconf fixes
This commit is contained in:
Alexandru Dima 2015-11-16 11:25:29 +01:00
commit c522d6ec2d
3 changed files with 14 additions and 2 deletions

View file

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

View file

@ -7,7 +7,8 @@
"languages": [{
"id": "csharp",
"extensions": [ ".cs", ".csx" ],
"aliases": [ "C#", "csharp" ]
"aliases": [ "C#", "csharp" ],
"configuration": "./csharp.configuration.json"
}],
"grammars": [{
"language": "csharp",

View file

@ -1,7 +1,7 @@
{
"comments": {
"lineComment": "#",
"blockComment": [ "''", "''" ]
"blockComment": [ "'''", "'''" ]
},
"brackets": [
["{", "}"],