Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update codemirror and support try-catch-else #2673

Merged
merged 6 commits into from
Oct 23, 2023
Merged

Conversation

Pangoraw
Copy link
Collaborator

@Pangoraw Pangoraw commented Oct 22, 2023

Fixes #2639
Fixes #2546
Fixes #2095
<: now look like a regular operator apart from its highlighting, not sure if that's better or not:
image

@github-actions
Copy link
Contributor

Try this Pull Request!

Open Julia and type:

julia> import Pkg
julia> Pkg.activate(temp=true)
julia> Pkg.add(url="https://github.com/fonsp/Pluto.jl", rev="update_codemirror")
julia> using Pluto

@Pangoraw Pangoraw added frontend Concerning the HTML editor expression explorer Figuring out assignments and references in a cell CM6 CodeMirror 6 labels Oct 22, 2023
@Pangoraw Pangoraw merged commit a5feb55 into main Oct 23, 2023
16 checks passed
@Pangoraw Pangoraw deleted the update_codemirror branch October 23, 2023 19:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CM6 CodeMirror 6 expression explorer Figuring out assignments and references in a cell frontend Concerning the HTML editor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Incorrect highlighting of end in let f() = 1 end try catch else Highlighting issue with <:
1 participant