Use upstream clojure-mode.js
cldwalker opened this issue · comments
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:
- 4488486 - covered by CodeMirror codemirror/codemirror5@1a1e6a7
- 0b104ac - Opened codemirror/codemirror5#3776
- bcac085 - Opened codemirror/codemirror5#3774
- These three mime declarations are unique to us. We only need the clojurescript one. - Opened codemirror/codemirror5#3775
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.