mirror of
https://github.com/rwinkhart/glamour-temp-MUTN.git
synced 2026-08-31 14:16:44 -04:00
Generate styles with go generate
This commit is contained in:
committed by
Christian Muehlhaeuser
parent
76ba5695bd
commit
ef6bdc2ba2
@@ -1,5 +1,7 @@
|
||||
package glamour
|
||||
|
||||
//go:generate go run ./internal/generate-style-json
|
||||
|
||||
import (
|
||||
"github.com/charmbracelet/glamour/ansi"
|
||||
)
|
||||
|
||||
+1
-1
@@ -3,7 +3,7 @@
|
||||
The JSON files in this directory are generated from the default styles. To
|
||||
re-generate them, run:
|
||||
|
||||
go run ./internal/generate-style-json
|
||||
go generate ..
|
||||
|
||||
## Block Elements
|
||||
|
||||
|
||||
Reference in New Issue
Block a user