mirror of
https://github.com/abusoww/tuxmate.git
synced 2026-04-17 22:53:12 +02:00
merge (#57) added geany to dev-editors
* geany: add to dev editors list * dev-editors.json: add period
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user