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
remove the zigVarDecl group which maps to Function
The previous mapping made no sense. The mapping of threadlocal and
comptime will be changed in future commits.
As a reference I used the builtin syntax highlighting from neovim for
the following languages that have similar keywords to Zig's `var` and
`const`:
- Rust: `let`
- Go: `var`
- Javascript: `var`,`let`, `const`
They all map their keywords to the Keyword syntax highlighting group.
0 commit comments