Skip to content

Commit

Permalink
support Qodana
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlermitage committed Dec 31, 2023
1 parent e985835 commit 32aca2f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,9 @@ public static List<Model> allModels() { // TODO move to SequencedCollection once
.start("puppet").end(".conf"),
ofFile("pytest", "extra-icons/pytest.svg", "Pytest: pytest.ini")
.eq("pytest.ini"),
ofFile("qodana", "extra-icons/qodana.svg", "Qodana: qodana.yaml")
.eq("qodana.yaml")
.altIcons("extra-icons/qodana_alt.svg"),
ofFile("readme", "extra-icons/readme.svg", "Readme: readme(.md,.txt,.adoc,.rst), lisezmoi")
.eq("readme", "lisezmoi").mayEnd(TXT)
.altIcons("extra-icons/readme_alt.svg", "extra-icons/readme_alt2.svg"),
Expand Down
1 change: 1 addition & 0 deletions src/main/resources/extra-icons/qodana.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/main/resources/extra-icons/qodana_alt.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 32aca2f

Please sign in to comment.