You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The new julia stdlib JuliaSyntaxHighlighting will be introduced in 1.11:
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.
Is this expected to collide with OhMyREPL in any way? Or perhaps it is the first step to integrate OhMyREPL functionality into base? In any case, a comment on the syntax highlighting introduced in 1.11 would be nice in the readme.
The text was updated successfully, but these errors were encountered:
Is this expected to collide with OhMyREPL in any way?
Not until it is enabled in the REPL. Once it is and it works as well or better as what we have in OMR, we remove the highlight functionality from this package. We could also look into using that package for the syntax highlighting in OMR but the fact that all "passes" (like bracket highlight etc) builds open the same tokenizer make things quite nice and composable.
The new julia stdlib JuliaSyntaxHighlighting will be introduced in 1.11:
Is this expected to collide with OhMyREPL in any way? Or perhaps it is the first step to integrate OhMyREPL functionality into base? In any case, a comment on the syntax highlighting introduced in 1.11 would be nice in the readme.
The text was updated successfully, but these errors were encountered: