diff options
| author | 2018-03-31 01:08:18 +0200 | |
|---|---|---|
| committer | 2018-03-31 00:08:18 +0100 | |
| commit | 3c9d411551cf7b1a40948e8f80d8ea9e62d727e3 (patch) | |
| tree | 8939d5e51bc6552fb2ae5739d3e5540148e018ac /static | |
| parent | I guess we can let that data be inserted. (diff) | |
Adding atom (#49)
* adding atom
* alphabetic order
improving description
* more alphabetic order
Diffstat (limited to 'static')
| -rw-r--r-- | static/resources.json | 12 | 
1 files changed, 9 insertions, 3 deletions
diff --git a/static/resources.json b/static/resources.json index 24ffca0c..021840a0 100644 --- a/static/resources.json +++ b/static/resources.json @@ -43,9 +43,9 @@    "Editors": {      "description": "Lightweight code editors supporting Python",      "resources": { -      "Visual Studio Code (Free)": { -        "description": "A fully-featured editor based on Electron, extendable with plugins.", -        "url": "https://code.visualstudio.com/", +      "Atom (Free)": { +        "description": "A free Electron-based editor, a \"hackable text editor for the 21st century\",  maintained by the GitHub team.", +        "url": "https://atom.io/",          "payment": "free",          "payment_description": null        }, @@ -54,6 +54,12 @@          "url": "https://www.sublimetext.com/",          "payment": "optional",          "payment_description": "Nagware; will ask you to buy the full version after every X saves" +      }, +      "Visual Studio Code (Free)": { +        "description": "A fully-featured editor based on Electron, extendable with plugins.", +        "url": "https://code.visualstudio.com/", +        "payment": "free", +        "payment_description": null        }      }    },  |