ziglang / zig-mode

Zig mode for Emacs
GNU General Public License v3.0
163 stars 54 forks source link

var has been changed to anytype #30

Closed joachimschmidt557 closed 4 years ago

joachimschmidt557 commented 4 years ago

Following https://github.com/ziglang/zig/commit/fe08a4d0654b4d73b78f65cf1a31a037002e2243

joachimschmidt557 commented 4 years ago

Uh woops, just realised this change is not correct.

joachimschmidt557 commented 4 years ago

Now this should make more sense: anytype should be highlighted as a type.

AndreaOrru commented 4 years ago

Thank you!