diff --git a/HISTORY.md b/HISTORY.md index bf59f6da9659a..66f856143711c 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -128,12 +128,6 @@ Standard library changes * The new `@styled_str` string macro provides a convenient way of creating a `AnnotatedString` with various faces or other attributes applied ([#49586]). -#### JuliaSyntaxHighlighting - -* A new standard library for applying syntax highlighting to Julia code, this - uses `JuliaSyntax` and `StyledStrings` to implement a `highlight` function - that creates an `AnnotatedString` with syntax highlighting applied. - #### Package Manager #### LinearAlgebra diff --git a/NEWS.md b/NEWS.md index a84ecdd9ead1a..7203ba16999e6 100644 --- a/NEWS.md +++ b/NEWS.md @@ -105,6 +105,10 @@ Standard library changes #### JuliaSyntaxHighlighting +* A new standard library for applying syntax highlighting to Julia code, this + uses `JuliaSyntax` and `StyledStrings` to implement a `highlight` function + that creates an `AnnotatedString` with syntax highlighting applied. + #### Package Manager #### LinearAlgebra