Skip to content

Commit

Permalink
Add bazel file names
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Aug 24, 2019
1 parent c66742a commit 0558790
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -780,7 +780,7 @@ export const fileIcons: FileIcons = {
{ name: 'mdx', fileExtensions: ['mdx'] },
{ name: 'ballerina', fileExtensions: ['bal', 'balx'] },
{ name: 'racket', fileExtensions: ['rkt'] },
{ name: 'bazel', fileExtensions: ['bzl', 'bazel'] },
{ name: 'bazel', fileExtensions: ['bzl', 'bazel'], fileNames: ['.bazelignore', '.bazelrc'] },
{ name: 'mint', fileExtensions: ['mint'] },
{ name: 'velocity', fileExtensions: ['vm', 'fhtml', 'vtl'] },
{ name: 'godot', fileExtensions: ['gd'] },
Expand Down

0 comments on commit 0558790

Please sign in to comment.