-f+c will print the parsed script with colored highlighting

This commit is contained in:
mark
2023-05-19 21:25:05 +02:00
parent 79797e6718
commit b5924b5da1
15 changed files with 417 additions and 222 deletions

View File

@@ -20,8 +20,9 @@ for word text.regex("\\S+").assume_no_enum()
if words > 0 {
print(word + " ")
words = words - 1
sleep(0.1)
} else if words == 0 {
println(word)
words = rnd()
sleep(0.75)
sleep(0.5)
}