Age | Commit message (Collapse) | Author |
|
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
|
|
|
|
|
|
Add cabal-ghc linter
|
|
This reverts commit 6c10be8992b9a54e83bab58838c1553d36028c7e.
|
|
|
|
Add support for Fortran language server by @hansec
|
|
cabal-ghc calls ghc via cabal exec and so ghc has access to packages
in cabal sandboxes for example
|
|
|
|
|
|
|
|
|