You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Semantic token highlighting is nice and all but using a syntax file like the one provided by vscode-zig gives much more control. Limiting semantic token highlighting to only identifiers gives the best of both worlds. I think the C/C++ language server does something similar since the result looks much more like my what I was able to achieve with a quick patch.
Zls master versionWith patch appliedQuick patch to enable this behavior, not sure how correct this is
Semantic token highlighting is nice and all but using a syntax file like the one provided by vscode-zig gives much more control. Limiting semantic token highlighting to only identifiers gives the best of both worlds. I think the C/C++ language server does something similar since the result looks much more like my what I was able to achieve with a quick patch.
Zls master version
With patch applied
Quick patch to enable this behavior, not sure how correct this is
The text was updated successfully, but these errors were encountered: