Skip to content
Snippets Groups Projects
Commit db6160f6 authored by http://jneen.net/'s avatar http://jneen.net/
Browse files

v1.5.0

parent 0274ddfd
No related branches found
No related tags found
No related merge requests found
## version 1.5.0: 2014-07-11
* new lexer: swift (thanks @totocaster!)
* update elixir for new upstream features (thanks @splattael!)
* ruby bugfixes:
- add support for method calls with trailing dots
- fix for `foo[bar] / baz` being highlighted as a regex
* terminal256 formatter: re-style each line - some platforms reset on each line
## version 1.4.0: 2014-05-28
 
* breaking: wrap code in `<pre ...><code>...</code></pre>` if `:wrap` is not overridden
Loading
Loading
module Rouge
def self.version
"1.4.0"
"1.5.0"
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment