Skip to content

Commit

Permalink
Merge pull request #17680 from JimiC/extension-diff-fix
Browse files Browse the repository at this point in the history
Change order of Diff extensions.
  • Loading branch information
bpasero committed Dec 21, 2016
2 parents c7e9ec9 + bd0fb19 commit 191c3d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/diff/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"id": "diff",
"aliases": ["Diff", "diff" ],
"extensions": [".patch", ".diff", ".rej"],
"extensions": [".diff", ".patch", ".rej"],
"configuration": "./language-configuration.json"
}
],
Expand Down

0 comments on commit 191c3d9

Please sign in to comment.