Replace chroma with go-highlite

This commit is contained in:
2025-06-19 14:18:55 -04:00
parent c271197076
commit f4718e24c8
12 changed files with 318 additions and 1117 deletions
+3 -3
View File
@@ -1,13 +1,13 @@
module github.com/charmbracelet/glamour
go 1.17
go 1.24.4
require (
github.com/alecthomas/chroma/v2 v2.8.0
github.com/microcosm-cc/bluemonday v1.0.25
github.com/muesli/reflow v0.3.0
github.com/muesli/termenv v0.15.2
github.com/olekukonko/tablewriter v0.0.5
github.com/rwinkhart/go-highlite v0.1.0
github.com/yuin/goldmark v1.5.4
github.com/yuin/goldmark-emoji v1.0.2
)
@@ -15,7 +15,6 @@ require (
require (
github.com/aymanbagabas/go-osc52/v2 v2.0.1 // indirect
github.com/aymerick/douceur v0.2.0 // indirect
github.com/dlclark/regexp2 v1.4.0 // indirect
github.com/gorilla/css v1.0.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/mattn/go-isatty v0.0.18 // indirect
@@ -23,4 +22,5 @@ require (
github.com/rivo/uniseg v0.2.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sys v0.13.0 // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
)