Skip to content

Files

Latest commit

 

History

History
61 lines (48 loc) · 1.46 KB

CHANGELOG.md

File metadata and controls

61 lines (48 loc) · 1.46 KB

0.8.20200609

  • Update version number to match latest supported zen compiler
  • improved syntax highlighting!
  • added new keywords
    • anyframe
    • callconv
    • deprecated
    • mut
    • noinline
    • nosuspend
    • vtable
  • removed unused keywords

0.2.2

  • Add new usingnamespace keyword

0.2.1

  • Add correct filename to zig fmt output (@gernest)
  • Stop zig fmt error output taking focus on save (@CurtisFenner)

0.2.0

  • Syntax updates
  • Add built-in functions to syntax (@jakewakefield)
  • Add anyerror keyword (@Hejsil)
  • Add allowzero keyword (@emekoi)
  • Correctly find root of package using build.zig file (@gernest)
  • Use output channels for zig fmt error messages (@gernest)
  • Simplify defaults for automatic code-formatting (@hchac)

0.1.9

  • Highlight all bit size int types (@Hejsil)

0.1.8 16th July 2018

  • Add auto-formatting using zig fmt
  • Syntax updates

0.1.7 - 2nd March 2018

  • Async keyword updates
  • Build on save support (@Hejsil)

0.1.6 - 21st January 2018

  • Keyword updates for new zig
  • Basic linting functionality (@Hejsil)

0.1.5 - 23rd October 2017

  • Fix and/or word boundary display

0.1.4 - 23rd October 2017

  • Fix C string literals and allow escape characters (@scurest)

0.1.3 - 11th September 2017

  • Fix file extension

0.1.2 - 31st August 2017

  • Add new i2/u2 and align keywords

0.1.1 - 8th August 2017

  • Add new float/integer types

0.1.0 - 15th July 2017

  • Minimal syntax highlighting support