Skip to content

Commit

Permalink
added support for OPA (Open Policy Agent) (#949)
Browse files Browse the repository at this point in the history
* added support for OPA

* Update OPA file icon (colors and size)

Co-authored-by: PKief <philipp.kief@gmx.de>
  • Loading branch information
developer-guy and PKief committed Feb 8, 2021
1 parent 97932ed commit c589025
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
8 changes: 8 additions & 0 deletions icons/opa.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/icons/fileIcons.ts
Expand Up @@ -1368,6 +1368,7 @@ export const fileIcons: FileIcons = {
{ name: 'lolcode', fileExtensions: ['lol'] },
{ name: 'idris', fileExtensions: ['idr', 'ibc'] },
{ name: 'quasar', fileNames: ['quasar.conf.js'] },
{ name: 'pipeline', fileExtensions: ['pipeline'] }
{ name: 'pipeline', fileExtensions: ['pipeline'] },
{ name: 'opa', fileExtensions: ['rego']}
],
};

0 comments on commit c589025

Please sign in to comment.