This repository has been archived by the owner on Dec 8, 2023. It is now read-only.
v0.0.6
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
functionsdp
-> Debug Print statementsli
-> Log Info statement
Fixed
- Fix issue #15