Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

add new functions' names to codemirror #85

Open
carocad opened this issue Apr 28, 2016 · 3 comments
Open

add new functions' names to codemirror #85

carocad opened this issue Apr 28, 2016 · 3 comments

Comments

@carocad
Copy link
Contributor

carocad commented Apr 28, 2016

Both Clojure v1.7 and v1.8 introduced new functions that are not yet marked as part of the builtins functions by codemirror. Functions such as edupe, transduce, completing, cat, volatiles, among other.

The new builtin functions can be found here.

(I guess) this is the relevant line in clojure.js codemirror configuration:

hope it helps,

@cldwalker
Copy link
Member

Hi. Good catch. This is a dependency we pull from http://github.com/codemirror/codemirror. If you or anyone else can send a PR to them we'd appreciate it. Once it lands upstream we can pull it in

@carocad
Copy link
Contributor Author

carocad commented May 1, 2016

landed upstream: codemirror/codemirror5@ea22650

@cldwalker
Copy link
Member

Nice! On their next release we'll pull it in

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

No branches or pull requests

2 participants