Skip to content

Commit

Permalink
Add support for poetry.lock (#825)
Browse files Browse the repository at this point in the history
  • Loading branch information
spenserblack authored Jul 29, 2020
1 parent 7bad7ea commit 698d63f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All notable changes to the project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

[Unpublished]: https://github.com/file-icons/atom/compare/v2.1.42...HEAD
### Added
- **Support**: Poetry (`poetry.lock`)


[v2.1.42] - 2020-07-25
Expand Down
1 change: 1 addition & 0 deletions config.cson
Original file line number Diff line number Diff line change
Expand Up @@ -1527,6 +1527,7 @@ fileIcons:
match: [
[/^python-?config\.json$/i, "dark-blue"]
[/^pyproject\.toml$/i, "dark-blue"]
[/^poetry\.lock$/i, "dark-blue"]
]

"Config, React":
Expand Down
2 changes: 1 addition & 1 deletion lib/icons/.icondb.js
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ module.exports = [
["config-hs-icon",["medium-purple","dark-purple"],/^haskellconfig\.json$/i,1.5],
["config-js-icon",["medium-yellow","dark-yellow"],/^(?:jsconfig(?:\..+)?|\.?eshost(?:-config)?)\.json$/i,1.5],
["config-perl-icon",["medium-blue","medium-blue"],/^perl[56]?-?config\.json$/i,1.5],
["config-python-icon",["dark-blue","dark-blue"],/^python-?config\.json$|^pyproject\.toml$/i,1.5],
["config-python-icon",["dark-blue","dark-blue"],/^python-?config\.json$|^pyproject\.toml$|^poetry\.lock$/i,1.5],
["config-react-icon",["medium-blue","dark-blue"],/^jsxconfig\.json$/i,1.5],
["config-ruby-icon",["medium-red","dark-red"],/^rubyconfig\.json$/i,1.5],
["config-rust-icon",["medium-maroon","medium-maroon"],/^rustconfig\.json$/i,1.5],
Expand Down

0 comments on commit 698d63f

Please sign in to comment.