merge (#57) added geany to dev-editors

* geany: add to dev editors list

* dev-editors.json: add period
This commit is contained in:
crispyfires
2026-02-28 22:14:14 -05:00
committed by GitHub
parent 197174d53b
commit 4ac70a475d

View File

@@ -255,6 +255,27 @@
"color": "#7F5AB6"
}
},
{
"id": "geany",
"name": "Geany",
"description": "Fast and lightweight IDE",
"category": "Dev: Editors",
"targets": {
"ubuntu": "geany",
"debian": "geany",
"arch": "geany",
"fedora": "geany",
"opensuse": "geany",
"nix": "geany",
"flatpak": "org.geany.Geany",
"homebrew": "--cask geany"
},
"unavailableReason": "Snap is unmaintained, download from [Geany](https://www.geany.org/download/releases/) or use [Flatpak](https://flathub.org/en/apps/org.geany.Geany).",
"icon": {
"type": "url",
"url": "https://www.geany.org/static/img/geany.svg"
}
},
{
"id": "intellij-idea",
"name": "Intellij IDEA",