A Markdown shard for the Crystal programming language
リビジョン | e90bbdf6f729449003be12455bfe0f2e22eeb8a4 (tree) |
---|---|
日時 | 2023-12-28 13:08:25 |
作者 | supercell <stigma@disr...> |
コミッター | 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 |