Skip to content

Commit

Permalink
feat: add thrift icon as apache (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
prazdevs authored Aug 15, 2024
1 parent 5c687f4 commit 8e04b65
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 7 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
17 changes: 10 additions & 7 deletions src/defaults/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,16 @@ const fileIcons: Record<string, {
'antlr': {
fileExtensions: ['g4'],
},
'apache': {
fileNames: [
'maven.config',
'jvm.config',
'pom.xml',
],
fileExtensions: [
'thrift',
],
},
'api-blueprint': {
fileExtensions: [
'apib',
Expand Down Expand Up @@ -1442,13 +1452,6 @@ const fileIcons: Record<string, {
'matlab': {
languageIds: ['matlab'],
},
'maven': {
fileNames: [
'maven.config',
'jvm.config',
'pom.xml',
],
},
'mermaid': {
fileExtensions: [
'mmd',
Expand Down

0 comments on commit 8e04b65

Please sign in to comment.