All Versions
110
Latest Version
Avg Release Cycle
48 days
Latest Release
571 days ago

Changelog History
Page 10

  • v0.3.4 Changes

    May 02, 2013
    • New lexer: go (thanks @hashmal!)
    • Clojure bugfix: allow # in keywords and symbols
  • v0.3.3 Changes

    April 09, 2013
    • Basic prompt support in the shell lexer
    • Add CSS3 attributes to CSS/Sass/SCSS lexers
    • Bugfix for a crash in the vim lexer
  • v0.3.2 Changes

    March 11, 2013
    • Another hotfix release for the Sass/SCSS lexers, because I am being dumb
  • v0.3.1 Changes

    March 11, 2013
    • Hotfix release: fix errors loading the SCSS lexer on some systems.
  • v0.3.0 Changes

    March 06, 2013
    • Refactor source guessing to return fewer false positives, and to be better at disambiguating between filename matches (such as nginx.conf vs. *.conf, or *.pl for both prolog and perl)
    • Added Lexer.guesses which can return multiple or zero results for a guess.
    • Fix number literals in C#
    • New lexers:
      • Gherkin (cucumber)
      • Prolog (@coffeejunk)
      • LLVM (@coffeejunk)
  • v0.2.15 Changes

    March 03, 2013
    • New lexer: lua (thanks, @nathany!)
    • Add extra filetypes that map to Ruby (Capfile, Vagrantfile, *.ru and *.prawn) (@nathany)
    • Bugfix: add demos for ini and toml
    • The thankful_eyes theme now colors Literal.Date
    • No more gigantic load list in lib/rouge.rb
  • v0.2.14 Changes

    February 28, 2013
    • New lexers:
      • puppet
      • literate coffeescript
      • literate haskell
      • ini
      • toml (@coffeejunk)
    • clojure: cljs alias, and make it more visually balanced by using Name instead of Name.Variable.
    • Stop trying to read /etc/bash.bashrc in the specs (@coffeejunk)
  • v0.2.13 Changes

    February 12, 2013
    • Highlight ClojureScipt files (*.cljs) as Clojure (@blom)
    • README and doc enhancements (plus an actual wiki!) (@robin850)
    • Don't open Regexp, especially if we're not adding anything to it.
  • v0.2.12 Changes

    February 07, 2013
    • Python: bugfix for lone quotes in triple-quoted strings
    • Ruby: bugfix for # in %-delimited strings
  • v0.2.11 Changes

    February 04, 2013
    • New lexer: C# (csharp)
    • rust: better macro handling
    • Python bugfix for "'" and '"' (@garybernhardt)