I have tidy
in my setup.
When I run HTML-mode as major mode in html file, I do flycheck-verify-setup
and I get
tidy as syntax checker. the executable is also found.
When running web-mode as major mode, I do flycheck-verify-setup
and I get
handlebars as syntax checker, which is not found.
I configured it then as
(setq flycheck-handlebars-executable "c:/Dropbox/Vim/vim74/tidy.exe")
.
Then it's running, verified with flycheck-verify-setup
, but when I made intentionally flaws in my html file, I get no error reporting from flycheck, which is using Tidy.
So I assume I'm mistaken somewhere. But I have really no idea.
Any suggestion?