vim-hack
vim-hack copied to clipboard
Syntax highlighting and typechecker integration for Hack.
Results
1
vim-hack issues
Sort by
recently updated
recently updated
newest added
Steps to reproduce: - create new file "test.hack" - add the following content ``` function test() { $a = 1; } ``` Action: `gg=G` to indent whole file Expected Result:...