Merge pull request #3098 from nayanadasgupta/3097-remove-atom-from-list-of-code-editors

Removed Atom (Sunsetted) From List Of Code Editors
This commit is contained in:
Ilya Kantor 2022-07-13 08:54:49 +02:00 committed by GitHub
commit 55d806dd55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -31,7 +31,6 @@ In practice, lightweight editors may have a lot of plugins including directory-l
The following options deserve your attention:
- [Atom](https://atom.io/) (cross-platform, free).
- [Sublime Text](http://www.sublimetext.com) (cross-platform, shareware).
- [Notepad++](https://notepad-plus-plus.org/) (Windows, free).
- [Vim](http://www.vim.org/) and [Emacs](https://www.gnu.org/software/emacs/) are also cool if you know how to use them.