- 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
-
For further actions, you may consider blocking this person and/or reporting abuse
Discussion (1)
cool