Skip to content

Commit

Permalink
Merge pull request #4 from chrisribal/patch-1
Browse files Browse the repository at this point in the history
1.0.0: Use languageIds array to describe file types
  • Loading branch information
aonic committed Dec 8, 2014
2 parents bf58eb3 + 04f50e5 commit c92cf0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ define(function (require, exports, module) {
QuickOpen.addQuickOpenPlugin(
{
name: "PHP functions",
fileTypes: ["php", "inc", "phtml"],
languageIds: ["php", "inc", "phtml"],
done: done,
search: search,
match: match,
Expand All @@ -177,4 +177,4 @@ define(function (require, exports, module) {
}
);

});
});

0 comments on commit c92cf0a

Please sign in to comment.