Skip to content
This repository has been archived by the owner on Dec 8, 2023. It is now read-only.

v0.0.6

Compare
Choose a tag to compare
@github-actions github-actions released this 26 Jun 16:10
· 66 commits to main since this release
ddc300f

Added

  • Improved parser: 100% of the language is parsed correctly.
  • Insert closing pair match for (, {, [ and "
  • Highlight (, { and [ pairs
  • Introduce Live Templates for Zig:
    • import -> Create an import using the @import function
    • sdp -> Debug Print statement
    • sli -> Log Info statement

Fixed

  • Fix issue #15