Skip to content

Commit

Permalink
Directly import ScopedValue
Browse files Browse the repository at this point in the history
  • Loading branch information
vchuravy committed Jan 22, 2024
1 parent 3fab35e commit 302a0d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/StyledStrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
module StyledStrings

import Base: AnnotatedString, AnnotatedChar, annotations, annotate!,
annotatedstring, convert, merge, show, print, write
annotatedstring, convert, merge, show, print, write,
ScopedValue, with, @with

export @styled_str
public Face, addface!, SimpleColor
Expand Down

0 comments on commit 302a0d0

Please sign in to comment.