From cb3c349966c63711a9f36727148638dcd3fa9575 Mon Sep 17 00:00:00 2001 From: JP Date: Tue, 30 Jan 2024 15:29:35 -0500 Subject: [PATCH] Update ci instructions --- lua/vim-be-good/games/ci.lua | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lua/vim-be-good/games/ci.lua b/lua/vim-be-good/games/ci.lua index 125aa27..7f54f20 100644 --- a/lua/vim-be-good/games/ci.lua +++ b/lua/vim-be-good/games/ci.lua @@ -3,9 +3,13 @@ local log = require("vim-be-good.log") local gameLineCount = 20 local instructions = { - "Replace the outer container (if (...) { ... } or [ ... ]) with \"bar\"", + "Replace the content of the outer container, or the executable content of the if statement, with \"bar\"", "", "e.g.:", + "if (foo) { if (foo) {", + " qux -> bar", + "} }", + "", "[ [", " item1, bar", " item1, -> ]",