summaryrefslogtreecommitdiff
path: root/doc/ale-hack.txt
AgeCommit message (Collapse)Author
2018-08-02Disable HHAST by defaultFred Emmott
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea.
2018-08-02Suggested changesFred Emmott
2018-08-02Split Hack out from PHP, modernizeFred Emmott
fixes #1738 - Replace previous `hh_client` usage with LSP client - Add `HHAST` linter - Split Hack from PHP: Hack is increasingly diverging from PHP: - Hack tools do not understand PHP - Most PHP tools do not handle Hack code well (including vim's syntax highightling files) - http://github.com/hhvm/vim-hack now sets filetype to `hack`