feat: update chroma (#154)

This commit is contained in:
Carlos Alexandro Becker
2023-03-08 14:38:17 +01:00
committed by GitHub
parent 1138d0eceb
commit c783aea2e6
4 changed files with 27 additions and 20 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ import (
"io"
"sync"
"github.com/alecthomas/chroma"
"github.com/alecthomas/chroma/quick"
"github.com/alecthomas/chroma/styles"
"github.com/alecthomas/chroma/v2"
"github.com/alecthomas/chroma/v2/quick"
"github.com/alecthomas/chroma/v2/styles"
"github.com/muesli/reflow/indent"
"github.com/muesli/termenv"
)