Skip to content
Snippets Groups Projects
  1. Apr 30, 2016
  2. Mar 02, 2016
  3. Jan 18, 2016
  4. Dec 28, 2015
  5. Mar 06, 2015
  6. Oct 20, 2014
  7. Oct 16, 2014
  8. Sep 23, 2014
  9. Jul 29, 2014
  10. May 19, 2014
  11. May 09, 2014
  12. Jan 28, 2014
  13. Jan 23, 2014
  14. Jan 20, 2014
  15. Aug 13, 2013
  16. May 13, 2013
  17. Apr 19, 2013
  18. Apr 02, 2013
  19. Mar 18, 2013
  20. Mar 03, 2013
  21. Mar 01, 2013
  22. Jan 21, 2013
  23. Nov 07, 2012
  24. Sep 03, 2012
  25. Aug 31, 2012
  26. Aug 28, 2012
  27. Aug 03, 2012
  28. Aug 01, 2012
  29. Mar 21, 2012
  30. Mar 14, 2012
    • Anthony Grimes's avatar
      Improve Clojure highlighting. · 5ac6e7a0
      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.
      5ac6e7a0
  31. Feb 06, 2012
  32. Dec 15, 2011
  33. Nov 28, 2011
  34. Oct 16, 2011
  35. Sep 07, 2011
Loading