Skip to content

Commit

Permalink
Merge pull request #781 from jose-amat/sas
Browse files Browse the repository at this point in the history
SAS icon
  • Loading branch information
PKief committed Jul 25, 2020
2 parents 34f7a52 + f24d561 commit fcc9752
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions icons/sas.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/icons/fileIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -923,5 +923,6 @@ export const fileIcons: FileIcons = {
{ name: 'pascal', fileExtensions: ['pas'] },
{ name: 'shaderlab', fileExtensions: ['unity'] },
{ name: 'roadmap', fileNames: ['roadmap.md', 'roadmap.txt', 'timeline.md', 'timeline.txt', 'milestones.md', 'milestones.txt'] },
{ name: 'sas', fileExtensions: ['sas', 'sas7bdat', 'sashdat', 'astore', 'ast', 'sast'] },
]
};
1 change: 1 addition & 0 deletions src/icons/languageIcons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,4 +81,5 @@ export const languageIcons: LanguageIcon[] = [
{ icon: { name: 'sml' }, ids: ['sml'] },
{ icon: { name: 'tex' }, ids: ['tex'] },
{ icon: { name: 'salesforce' }, ids: ['apex'] },
{ icon: { name: 'sas' }, ids: ['sas'] },
];

0 comments on commit fcc9752

Please sign in to comment.