LightTable / Clojure

Light Table Clojure language plugin

Repository from Github https://github.comLightTable/ClojureRepository from Github https://github.comLightTable/Clojure

add new functions' names to codemirror

carocad opened this issue · comments

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,

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

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