Skip to content

Commit

Permalink
Merge pull request #135 from j4p3/patch-1
Browse files Browse the repository at this point in the history
Update ci instructions
  • Loading branch information
ThePrimeagen authored Jan 31, 2024
2 parents c290810 + cb3c349 commit 4fa57b7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion lua/vim-be-good/games/ci.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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, -> ]",
Expand Down

0 comments on commit 4fa57b7

Please sign in to comment.