From b1934f206b3590cf6c7436f50e2bf6dba653c04c Mon Sep 17 00:00:00 2001 From: lemon Date: Fri, 19 Aug 2022 12:37:11 +0200 Subject: fix vim syntax --- bootstrap/test2.cff | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bootstrap') diff --git a/bootstrap/test2.cff b/bootstrap/test2.cff index c4aedd9..c120d05 100644 --- a/bootstrap/test2.cff +++ b/bootstrap/test2.cff @@ -45,6 +45,7 @@ extern fn main() void { x = X + 1 + Y; let const v= Value:None; +#{ switch v { case None; case Int i; @@ -79,3 +80,4 @@ extern fn main() void { Bit:foo(3); Bit:foo(3); } +} -- cgit v1.2.3