aboutsummaryrefslogtreecommitdiffstats
path: root/static
diff options
context:
space:
mode:
Diffstat (limited to 'static')
-rw-r--r--static/resources.json12
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
}
}
},