This website requires JavaScript.
Explore
Help
Register
Sign In
vim
/
ale
Watch
1
Star
0
Fork
0
You've already forked ale
Code
Issues
Pull Requests
Releases
Wiki
Activity
238201805d
ale
/
test
/
hack_files
/
testfile.php
5 lines
58 B
PHP
Raw
Normal View
History
Unescape
Escape
Split Hack out from PHP, modernize 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`
2018-07-27 16:50:59 -04:00
<
?
hh
// strict
async
function
foo
()
:
Awaitable
<
void
>
{
}
Reference in New Issue
Copy Permalink