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
map pub keyword to a zigAccessModifier group and link it to StorageClass
As a reference I used the syntax highlighting that neovim uses for the
following languages that have similar keywords to Zig's `pub`:
- C++:
- Statement: public protected private
- Rust:
- Keyword: pub
- C#:
- StorageClass: internal private protected public
- JS:
- Keyword: private protected public
0 commit comments