aboutsummaryrefslogtreecommitdiffstats
path: root/lsp/hhvm.lua
blob: e09442e056faacd80ca0fd338da2d8ac69e5c863 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
---@brief
---
---Language server for programs written in Hack
-- https://hhvm.com/
-- https://github.com/facebook/hhvm
-- See below for how to setup HHVM & typechecker:
-- https://docs.hhvm.com/hhvm/getting-started/getting-started
return {
  cmd = { 'hh_client', 'lsp' },
  filetypes = { 'php', 'hack' },
  root_markers = { '.hhconfig' },
}