material-extensions / material-icons-browser-extension

Browser Addon that enhances file browsers of version controls with material icons.
MIT License
499 stars 38 forks source link

Match multiple file extensions #52

Closed zm-cttae closed 1 year ago

zm-cttae commented 1 year ago

Closes #50. Prior art:

https://github.com/microsoft/vscode/blob/5235c6b/src/vs/editor/common/services/getIconClasses.ts#L57-L58

zm-cttae commented 1 year ago

Before this PR, any fileExtensions entry with one or more dot was broken. This fixes all of them. You can test this on a repository with spec.ts test.ts spec.js test.js extensions