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

Upgrade codemirror with new parser #2980

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Upgrade codemirror with new parser #2980

wants to merge 4 commits into from

Conversation

fonsp
Copy link
Owner

@fonsp fonsp commented Aug 6, 2024

@savq did incredible work on the Julia parser! JuliaPluto/lezer-julia#7

Fix #2943

fonsp and others added 2 commits August 5, 2024 13:14
Co-Authored-By: Sergio A. Vargas <savargasqu+git@unal.edu.co>
Copy link
Contributor

github-actions bot commented Aug 6, 2024

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="codemirror-savq")
julia> using Pluto

Co-Authored-By: Sergio A. Vargas <savargasqu+git@unal.edu.co>
@fonsp
Copy link
Owner Author

fonsp commented Aug 6, 2024

@savq mabye you could help with updates to lezer_template and scopestate_statefield? I think the rest is easy enough for me :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update CodeMirror Julia support
1 participant