Closed Wilfred closed 5 years ago
invariant, var_dump etc. This is consistent with Nuclide.
Similar to how len() is highlighted in Python mode. May need some care with namespaces.
Functions are here: https://docs.hhvm.com/php/reference/ and https://docs.hhvm.com/hack/reference/function/. For the second link, we should take global functions and HH\foo functions.
HH\foo
invariant, var_dump etc. This is consistent with Nuclide.
Similar to how len() is highlighted in Python mode. May need some care with namespaces.