@Albright Now that Nova 10 dropped, I started implementing a TreeSitter-based Zig extension here if you’re interested. Syntax highlighting was very easy to implement using the existing grammar, though I have some problems with the more complex features. However integrating zls would provide better support for completion than TreeSitter-based queries, so I’ll focus on that now.