-
-
Notifications
You must be signed in to change notification settings - Fork 292
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
base: main
Are you sure you want to change the base?
Conversation
Co-Authored-By: Sergio A. Vargas <[email protected]>
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 <[email protected]>
@savq mabye you could help with updates to lezer_template and scopestate_statefield? I think the rest is easy enough for me :) |
This PR got stuck because of the pattern matching code by dralletje. I gave it a try but this is way to hard to update, I'm declaring it unmaintainable! Since we barely use the pattern matching and scopestate system, I will look into removing it and rewriting functionality into simpler (less precise) tree traversal code. |
@savq did incredible work on the Julia parser! JuliaPluto/lezer-julia#7
Fix #2943