Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix #1684: Use the correct flag name in rustc linter
|
|
The rust compiler renamed the option '-Z no-trans' to '-Z no-codegen'.
https://github.com/rust-lang/rust-enhanced/issues/281
|
|
Don't use error output from prettier_d for fixing files
|
|
Use .cquery file to detect the project root
|
|
This reverts commit 634bf73f52c9d533476058a9fe464b93eb90f3d8.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Split Hack out from PHP, modernize
|
|
|
|
|
|
* Adding support for haskell-ide-engine
* Work with the current directory if no stack.yaml file is found
* Added Cabal file detection, updated documentation and added tests
* Updated help
|
|
Support fixing YAML and HTML files with prettier for files without file extensions.
|
|
|
|
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`
|
|
|
|
fixes #1767
|
|
|
|
|
|
|
|
|
|
|
|
fired
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add Clangd language server support for C
|
|
|
|
|