onivim / oni2

Native, lightweight modal code editor
https://v2.onivim.io
MIT License
7.84k stars 282 forks source link

Zig extension doesn't fully highlight on Onivim #3723

Open codic12 opened 3 years ago

codic12 commented 3 years ago

I noticed something very strange. when using this extension: https://github.com/ziglang/vscode-zig

It works perfectly fine under visual studio code, here's an example of some code: image

Here's the same code with the same theme on Onivim (same on all themes): image

It highlights only around half of the keywords etc, which I find really weird; it's probably using some vscode feature not implemented in onivim. I should note other syntax highlighting extensions look to work fine.

TIA, and thanks for your work on the project!