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

v1.9.1

parent ceb3e353
No related branches found
No related tags found
No related merge requests found
## version 1.9.1: 2015-07-13
* new lexer: powershell (thanks @aaroneg!)
* new lexer: tulip
* bugfix: pass opts through so lex(continue: true) retains them (thanks @stanhu!)
* c#: bugfix: don't error on unknown states in the C# lexer
* php: match drupal file extensions (thanks @rumpelsepp!)
* prolog: allow camelCase atoms (thanks @mumuki!)
* c: bugfix: was dropping text in function declarations (thanks @JonathonReinhart!)
* groovy: bugfix: allow comments at eof without newline
## version 1.9.0: 2015-05-19
 
* objc: add array literals (thanks @mehowte)
Loading
Loading
Loading
Loading
@@ -2,6 +2,6 @@
 
module Rouge
def self.version
"1.9.0"
"1.9.1"
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