diff options
author | Lauris BH | 2022-06-09 00:46:39 +0300 |
---|---|---|
committer | GitHub | 2022-06-09 00:46:39 +0300 |
commit | f92b7a633179332053f9fe78190a045637e5ee99 (patch) | |
tree | 708f7f073cca813e111a7b3baabde6110fb4f6f8 /main.go | |
parent | 8fee7c46c16cbc1b46477cf600160f9668b9f5d0 (diff) |
Add support for rendering terminal output with colors (#19497)
Diffstat (limited to 'main.go')
-rw-r--r-- | main.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ import ( "code.gitea.io/gitea/modules/setting" // register supported doc types + _ "code.gitea.io/gitea/modules/markup/console" _ "code.gitea.io/gitea/modules/markup/csv" _ "code.gitea.io/gitea/modules/markup/markdown" _ "code.gitea.io/gitea/modules/markup/orgmode" |