aboutsummaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorJoshua McKinney2016-08-15 18:41:22 -0500
committerJoshua McKinney2016-08-19 10:55:41 -0500
commit224363684a13297e21c9b966afd78fa71386c262 (patch)
treebdbebc961aaf99ae3e9dde5fa60fbb69edea3a76 /share
parentb630ab3d1717c1a436610a1542c71ebaadcf3bc0 (diff)
downloadbrew-224363684a13297e21c9b966afd78fa71386c262.tar.bz2
Add atom language plugin
Diffstat (limited to 'share')
-rw-r--r--share/doc/homebrew/Tips-N'-Tricks.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/share/doc/homebrew/Tips-N'-Tricks.md b/share/doc/homebrew/Tips-N'-Tricks.md
index c2159bb0d..e97f740ed 100644
--- a/share/doc/homebrew/Tips-N'-Tricks.md
+++ b/share/doc/homebrew/Tips-N'-Tricks.md
@@ -136,3 +136,9 @@ inline patches in Vim.
[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.
+
+### 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).