Merge pull request #1378 from phaedryx/patch-1

Update article.md
This commit is contained in:
Ilya Kantor 2019-09-29 13:41:47 +03:00 committed by GitHub
commit fc288ab3d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ 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).
- [Visual Studio Code](https://code.visualstudio.com/) (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.