Skip to content

Commit

Permalink
Load ScopedValues symbols from their source
Browse files Browse the repository at this point in the history
Loading `@with` from Base is accessing internals because `@with` is not a public symbol in Base.
  • Loading branch information
LilithHafner authored and tecosaur committed Aug 7, 2024
1 parent 9b9cf71 commit 9802b6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/StyledStrings.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

module StyledStrings

using Base: AnnotatedString, AnnotatedChar, annotations, annotate!, annotatedstring,
ScopedValue, with, @with
using Base: AnnotatedString, AnnotatedChar, annotations, annotate!, annotatedstring
using Base.ScopedValues: ScopedValue, with, @with

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

0 comments on commit 9802b6c

Please sign in to comment.