README.rdoc in syntax-1.2.1 vs README.rdoc in syntax-1.2.2
- old
+ new
@@ -1,8 +1,10 @@
= Syntax
A syntax highlighting a library for Ruby.
+{<img src="https://travis-ci.org/dblock/syntax.svg?branch=master" alt="Build Status" />}[https://travis-ci.org/dblock/syntax]
+
This fork is maintained and version 1.1.0 has been published from it. However, there's currently none or not much new development going on here and the original author, @jamis[https://github.com/jamis], recommends using CodeRay[http://coderay.rubychan.de], over this library.
== About
This is a simple syntax highlighting library for Ruby. It is a naive syntax analysis tool, meaning that it does not "understand" the syntaxes of the languages it processes, but merely does some semi-intelligent pattern matching.