branch: elpa/jade-mode
commit 14b2db00cbc7224922b0fd5ba782ec69898df03a
Merge: 6a3a936de8 519b455d1f
Author: Travis Jefferson <[email protected]>
Commit: Travis Jefferson <[email protected]>
Merge pull request #60 from robbyoconnor/add-melpa-badge-and-flycheck-note
Add melpa badges and flycheck support note
---
README.md | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0a747030ed..e85856ecfe 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
# sws-mode
+[](http://melpa.org/#/jade-mode)
[](http://melpa.org/#/jade-mode)
## major mode for jade-mode and stylus-mode
@@ -67,9 +68,14 @@ Add the following lines to any of your initialization files
(require 'jade-mode)
(add-to-list 'auto-mode-alist '("\\.styl\\'" . sws-mode))
+### [Flycheck][] support.
+
+[Flycheck][] now has support for jade files. Currently only handles errors.
+
+
### Flymake support
-if you want to add flymake support for jade files:
+[Flycheck][] is the successor to Flymake, however if you want to add flymake
support for jade files:
(defun flymake-jade-init ()
(let* ((temp-file (flymake-init-create-temp-buffer-copy
@@ -85,3 +91,6 @@ if you want to add flymake support for jade files:
flymake-err-line-patterns))
(add-to-list 'flymake-allowed-file-name-masks
'("\\.jade\\'" flymake-jade-init))
+
+
+[Flycheck]: https://github.com/flycheck/flycheck