A Markdown shard for the Crystal programming language
| Revision | e90bbdf6f729449003be12455bfe0f2e22eeb8a4 (tree) |
|---|---|
| Time | 2023-12-28 13:08:25 |
| Author | supercell <stigma@disr...> |
| Commiter | supercell |
Remove unused spec/util.cr file
| @@ -1,5 +0,0 @@ | ||
| 1 | -require "colorize" | |
| 2 | - | |
| 3 | -def whitespace_color(input : String) : String | |
| 4 | - input.gsub(" ", "·".colorize(:light_blue)).gsub("\t", "\t".colorize.back(:dark_gray)) | |
| 5 | -end |