Update chroma: v0.10.0 -> v2
This commit is contained in:
parent
2c87232bd4
commit
67951ec664
6 changed files with 113 additions and 107 deletions
8
main.go
8
main.go
|
@ -9,10 +9,10 @@ import (
|
|||
"runtime/debug"
|
||||
"strings"
|
||||
|
||||
"github.com/alecthomas/chroma"
|
||||
"github.com/alecthomas/chroma/formatters/html"
|
||||
"github.com/alecthomas/chroma/lexers"
|
||||
"github.com/alecthomas/chroma/styles"
|
||||
"github.com/alecthomas/chroma/v2"
|
||||
"github.com/alecthomas/chroma/v2/formatters/html"
|
||||
"github.com/alecthomas/chroma/v2/lexers"
|
||||
"github.com/alecthomas/chroma/v2/styles"
|
||||
"github.com/niklasfasching/go-org/blorg"
|
||||
"github.com/niklasfasching/go-org/org"
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue