mirror of
https://github.com/charmbracelet/glow.git
synced 2026-08-22 16:14:17 +02:00
Remove old consts
This commit is contained in:
parent
a1f213d1af
commit
132da36b1a
1 changed files with 0 additions and 16 deletions
16
gold.go
16
gold.go
|
|
@ -13,22 +13,6 @@ import (
|
|||
bf "gopkg.in/russross/blackfriday.v2"
|
||||
)
|
||||
|
||||
type RuleKey int
|
||||
|
||||
const (
|
||||
Color RuleKey = iota
|
||||
BackgroundColor
|
||||
Underline
|
||||
Bold
|
||||
Italic
|
||||
CrossedOut
|
||||
Faint
|
||||
Conceal
|
||||
Overlined
|
||||
Inverse
|
||||
Blink
|
||||
)
|
||||
|
||||
type ElementStyle struct {
|
||||
Color string `json:"color"`
|
||||
BackgroundColor string `json:"background_color"`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue