File tree Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Expand file tree Collapse file tree 1 file changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -73,24 +73,4 @@ Add the following lines to any of your initialization files
73
73
[ Flycheck] [ ] now has support for jade files. Currently only handles errors.
74
74
75
75
76
- ### Flymake support
77
-
78
- [ Flycheck] [ ] is the successor to Flymake, however if you want to add flymake support for jade files:
79
-
80
- (defun flymake-jade-init ()
81
- (let* ((temp-file (flymake-init-create-temp-buffer-copy
82
- 'flymake-create-temp-intemp))
83
- (local-file (file-relative-name
84
- temp-file
85
- (file-name-directory buffer-file-name)))
86
- (arglist (list local-file)))
87
- (list "jade" arglist)))
88
- (setq flymake-err-line-patterns
89
- (cons '("\\(.*\\): \\(.+\\):\\([[:digit:]]+\\)$"
90
- 2 3 nil 1)
91
- flymake-err-line-patterns))
92
- (add-to-list 'flymake-allowed-file-name-masks
93
- '("\\.jade\\'" flymake-jade-init))
94
-
95
-
96
76
[ Flycheck ] : https://github.com/flycheck/flycheck
You can’t perform that action at this time.
0 commit comments