Commit graph

6 commits

Author SHA1 Message Date
taca
acb46086ff Update ruby-syntax to 1.2.2.
1.2.2 03 July 2017
  Add Travis CI configuration - @pat.
  Updates to work with frozen string literals - @pat.
2017-09-10 16:10:11 +00:00
taca
63a6de5c9b Update ruby-syntax to 1.2.1.
1.2.1 01 June 2016
  Explicitly require 'set' - @jberkel.
2016-10-18 14:49:25 +00:00
taca
d4082b2e1d Update ruby-syntax to 1.2.0.
1.2.0 02 Jan 2014
  Cleaned up Gemspec, added license and homepage - @grosser.

1.1.0 11 Dec 2013
  Published from https://github.com/dblock/syntax, a now maintained fork.
  The project builds again and runs, fixes by @dblock, @distler.
2014-03-14 18:31:53 +00:00
taca
3c19cf3a8c * Use lang/ruby/gem.mk instead of misc/rubygems/rubygem.mk.
* Add LICENSE.
* Remove default value of GEM_BUILD.
2010-09-10 08:41:24 +00:00
jlam
49044b1ec2 Install as a gem using the pkgsrc rubygem.mk framework instead of
directly into site_ruby.
2008-04-04 15:30:00 +00:00
minskim
d9c2541950 Import ruby-syntax.
Syntax is a lexical analysis framework.  It supports pluggable syntax
modules, and comes with modules for Ruby, XML, and YAML.  It means you
can use Syntax to take a body of text representing instructions in
some syntax (like Ruby), and break that text into tokens.  You could
conceivably use it to count the number of classes in a system, or the
number of lines of code per method.  But Syntax was written
specifically with syntax highlighting in mind.
2007-05-24 10:48:11 +00:00