Skip to content

Commit 061c11a

Browse files
authored
Merge pull request #91 from Petercopter/main
Format Gemfile
2 parents ad89cfc + 9acb8f4 commit 061c11a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/extension.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ export async function activate(context: ExtensionContext) {
139139
documentSelector: [
140140
{ scheme: "file", language: "haml" },
141141
{ scheme: "file", language: "ruby" },
142+
{ scheme: "file", pattern: "**/Gemfile" },
142143
],
143144
outputChannel
144145
});

0 commit comments

Comments
 (0)