- Apr 30, 2016
-
-
Camilo Roca authored
according to Clojure's changelog: https://github.com/clojure/clojure/blob/master/changes.md
-
Camilo Roca authored
-
- Mar 02, 2016
-
-
David Whittington authored
This allows findModeByName to work for edn and seems more consistent with how JSON is handled.
-
- Jan 18, 2016
-
-
Gabriel Horner authored
While the syntax highlighting is the same as clojure, clojurescript is its own language with differing builtins
-
Gabriel Horner authored
Spaces inside string are reporting null type instead of string. Fix from https://github.com/LightTable/Clojure/commit/bcac085f3556cb296134b75e5dbd13913af6c1f4
- Dec 28, 2015
-
-
Chris Ford authored
-
- Mar 06, 2015
-
-
Marijn Haverbeke authored
Make JavaScript mode autoclose backticks, remove single quote closing for Lisp modes, and add explicit triple-quote rule to languages supporting triple quoting. Issue #3110
-
- Oct 20, 2014
-
-
Marijn Haverbeke authored
-
- Oct 16, 2014
-
-
Marijn Haverbeke authored
-
- Sep 23, 2014
-
-
Marijn Haverbeke authored
-
- Jul 29, 2014
-
-
Marijn Haverbeke authored
-
- May 19, 2014
-
-
Marijn Haverbeke authored
Bumping them for every release just adds too much git noise and history blowup.
-
- May 09, 2014
-
-
Marijn Haverbeke authored
-
- Jan 28, 2014
-
-
ndr authored
-
- Jan 23, 2014
-
-
Marijn Haverbeke authored
-
- Jan 20, 2014
-
-
Marco Munizaga authored
-
- Aug 13, 2013
-
-
Marijn Haverbeke authored
-
- May 13, 2013
-
-
Marijn Haverbeke authored
-
- Apr 19, 2013
-
-
Marijn Haverbeke authored
Closes #1460
-
- Apr 02, 2013
-
-
Marijn Haverbeke authored
-
- Mar 18, 2013
-
-
Nikita Beloglazov authored
-
- Mar 03, 2013
-
-
David Pathakjee authored
-
- Mar 01, 2013
-
-
David Pathakjee authored
(->> 'clojure.core ns-publics (map first) sort (clojure.string/join " "))
-
- Jan 21, 2013
-
-
Adam King authored
-
- Nov 07, 2012
-
-
Marijn Haverbeke authored
As spotted by the extended linter.
-
- Sep 03, 2012
-
-
Brandon Frohs authored
Closes #782 Correct highlighting for the following code snippet should highlight the + as an operator, and each 2 as a number (taken from http://clojuredocs.org/clojure_core/1.2.0/clojure.test/deftest) (is (= 4 (+ 2 2)))
-
- Aug 31, 2012
-
-
Marijn Haverbeke authored
Closes #776
-
- Aug 28, 2012
-
-
Marijn Haverbeke authored
Closes #753
-
- Aug 03, 2012
-
-
Brandon Frohs authored
-
- Aug 01, 2012
-
-
Marijn Haverbeke authored
-
- Mar 21, 2012
-
-
Marijn Haverbeke authored
Closes #446
-
- Mar 14, 2012
-
-
Anthony Grimes authored
I've differentiated between control-structury things and builtins. While there is rarely a true difference in these things because of the way Clojure works, it makes sense to highlight them differently. All of the desktop editors make similar decisions with their Clojure lexers. My reason for doing it is that it allows for more complex highlighting. I'm not sure if all of the things in the keyword list make sense there, but they do at a glance. I'll look more closely when I get to using this and send another pull request with any tweaks. Clojure's keywords (like :foo) were being highlighted as tags. That doesn't make sense and is inconsistent with, for example, the Ruby mode. You don't want to highlight tags the same as keywords in some cases because you can end up with pretty keywords and hideous HTML tags. I've switched those to be highlighted as atoms as per the Ruby mode. A few of the indent words were not being detected because they were being concatenated without trailing spaces. I fixed that.
-
- Feb 06, 2012
-
-
Danny Yoo authored
-
- Dec 15, 2011
-
-
Marijn Haverbeke authored
Since v2 is the canonical CodeMirror at this point
-
- Nov 28, 2011
-
-
Marijn Haverbeke authored
So that I can put other doc-related stuff there without polluting the root dir.
-
Marijn Haverbeke authored
It's tiny anyway, no need to force people to include yet another file.
-
- Oct 16, 2011
-
-
Jan Keromnes authored
Signed-off-by:
Jan Keromnes <janx@linux.com>
-
- Sep 07, 2011
-
-
Marijn Haverbeke authored
-
Hans Engel authored
-