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

EQL Mode for Codemirror 6 #36

Open
wilkerlucio opened this issue Apr 20, 2021 · 0 comments
Open

EQL Mode for Codemirror 6 #36

wilkerlucio opened this issue Apr 20, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@wilkerlucio
Copy link
Owner

wilkerlucio commented Apr 20, 2021

The current Pathom Mode is made for Codemirror 5.

Recently NextJournal made a better Clojure mode, targeting CodeMirror 6.

CodeMirror 6 is a rewrite of the CodeMirror code editor. It greatly improves the library's accessibility and touchscreen support, provides better content analysis and a modern programming interface. The new system matches the existing code in features and performance. It is not API-compatible with the old code.

I believe the way forward is to write a new mode, for Codemirror 6, we can call it EQL Mode.

One note: Codemirror 6 is already included in Pathom Viz, its used on the Clojure read-only parts of the UI, this way users can take leverage of the folding feature present there (which is a big deal to visualize large data structures).

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

No branches or pull requests

1 participant