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
link the zigBuiltinFn group to Function instead of Statement by default
Previously builtin functions were the only thing mapped to "Statement".
Now, some control flow keywords are mapped to "Statement", so builtin
functions are instead mapped to the more reasonable "Function" group.
I believe that "Statement" was previously picked to ensure that builtin
functions get a color that would stand out and be unique. Function may
not get an equally prominent color but still be unique (usually).
Depending on how this affects various colorschemes, it may also make
sense to map builtin functions to a different group like "Special".
0 commit comments