| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2014-03-14 | Update ruby-syntax to 1.2.0. | taca | 1 | -12/+11 | |
| 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. | |||||
| 2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -9/+1 | |
| 2008-04-04 | Install as a gem using the pkgsrc rubygem.mk framework instead of | jlam | 1 | -12/+28 | |
| directly into site_ruby. | |||||
| 2007-05-24 | Import ruby-syntax. | minskim | 1 | -0/+12 | |
| 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. | |||||
