LightTable / Clojure

Light Table Clojure language plugin
MIT License
99 stars 47 forks source link

Use upstream clojure-mode.js #26

Closed cldwalker closed 8 years ago

cldwalker commented 10 years ago

Our clojure mode is forked and different from the official one. As seen from our clojure-mode.js history, our fork has a few differences from the upstream one. Specifically, these changes:

We should understand these changes and decide either to ignore them or discuss and submit upstream. Once our desired upstream changes are merged we can just curl the CodeMirror file directly into our repository.