Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-02 | Tell HHAST to only look at open files | Fred Emmott | |
Given ALE only cares about open files, this has no observable change, except for significantly reduced resource usage. | |||
2018-08-02 | Suggested changes | Fred Emmott | |
2018-08-02 | coding style | Fred Emmott | |
2018-08-02 | Split Hack out from PHP, modernize | Fred 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` |