Skip to content

Commit

Permalink
Fix configuration problem
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof-Cieslak committed Mar 14, 2016
1 parent da56035 commit e763a27
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions release/fsharp.configuration.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"comments": {
"lineComment": "//",
"blockComment": [ "(*", "*)" ]
},
"brackets": [
["{", "}"],
["[", "]"],
["(", ")"]
]
}
3 changes: 2 additions & 1 deletion release/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
"contributes": {
"languages": [{
"id": "F#",
"extensions": [ ".fs", ".fsx", ".fsi" ]
"extensions": [ ".fs", ".fsx", ".fsi" ],
"configuration": "./fsharp.configuration.json"
}],
"grammars": [
{
Expand Down

0 comments on commit e763a27

Please sign in to comment.