Merge pull request #14853 from cafferata/docs-tips-and-tricks-remove-atom-editor-plugin

Docs: Tips and Tricks - Remove Atom editor plugin
This commit is contained in:
Mike McQuaid 2023-03-01 15:12:45 +00:00 committed by GitHub
commit f3cf599971
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -80,7 +80,3 @@ export HOMEBREW_INSTALL_BADGE="☕️ 🐸"
- [homebrew-mode](https://github.com/dunn/homebrew-mode) provides syntax highlighting for inline patches as well as a number of helper functions for editing formula files. - [homebrew-mode](https://github.com/dunn/homebrew-mode) provides syntax highlighting for inline patches as well as a number of helper functions for editing formula files.
- [pcmpl-homebrew](https://github.com/hiddenlotus/pcmpl-homebrew) provides completion for emacs shell-mode and eshell-mode. - [pcmpl-homebrew](https://github.com/hiddenlotus/pcmpl-homebrew) provides completion for emacs shell-mode and eshell-mode.
### Atom
- [language-homebrew-formula](https://atom.io/packages/language-homebrew-formula) adds highlighting and diff support (with the [language-diff](https://atom.io/packages/language-diff) plugin).