Sorry, the example image is using non-blocking statements. I'm out.
On a more serious note, I'm not sure what this offers me beyond the SystemVerilog plugin for sublime-text. This may be a great tool for exclusively open source developers, but in reality I think most people are using free versions of proprietary tools (Quartus, ISE) and you can't really do much integration with those.
= are blocking assignments, and they’re what you’re supposed to use in a combinatorial always block. Are you thinking of non-blocking <= used to assign to a dff?
On a more serious note, I'm not sure what this offers me beyond the SystemVerilog plugin for sublime-text. This may be a great tool for exclusively open source developers, but in reality I think most people are using free versions of proprietary tools (Quartus, ISE) and you can't really do much integration with those.