summaryrefslogtreecommitdiff
path: root/textproc/ruby-syntax
AgeCommit message (Collapse)AuthorFilesLines
2009-06-14Remove @dirrm entries from PLISTsjoerg1-9/+1
2008-04-04Install as a gem using the pkgsrc rubygem.mk framework instead ofjlam3-23/+37
directly into site_ruby.
2007-05-24Import ruby-syntax.minskim4-0/+41
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.