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

v1.7.5

parent 1e1646df
No related branches found
No related tags found
No related merge requests found
## version 1.7.5: 2014-12-24
lexer fixes and tweaks:
* javascript: fix function literals in object literals (reported by @taye)
* css: fix for percentage values and add more units (thanks @taye)
* ruby: highlight `require_relative` as a builtin (thanks @NARKOZ)
new lexers:
* nim (thanks @singularperturbation)
* apache (thanks @iiska)
new filetype associations:
* highlight PKGBUILD as shell (thanks @rumpelsepp)
* highlight Podspec files as ruby (thanks @NARKOZ)
other:
* lots of doc work in the README (thanks @rumpelsepp)
## version 1.7.4: 2014-11-23
 
* clojure: hotfix for namespaced keywords with `::`
Loading
Loading
Loading
Loading
@@ -2,6 +2,6 @@
 
module Rouge
def self.version
"1.7.4"
"1.7.5"
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