Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Split Hack out from PHP, modernize
|
|
it executes $PROJECT/vendor/bin/hhast, so that's not a good idea.
|
|
|
|
* 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
|
|
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`
|
|
Show LSP diagnostic codes for `%code%` in message formats
|
|
|
|
fixes #1767
|
|
|
|
https://github.com/vim/vim/commit/3c2881dc1195f53ebafc387378399ddd6cb677a7
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add cabal-ghc linter
|
|
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* Add kotlin languageserver linter definition
* Added kotlin languageserver references in docs, fix missing !! on other linters
* Added Vader tests for root path detection in Kotlin Language Server
|
|
|
|
|
|
|
|
puppet: Add puppet-languageserver linter
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
add pyre lsp linter to python linters
|
|
|
|
|
|
|
|
|
|
|
|
|