summaryrefslogtreecommitdiff
path: root/test/scanners/c/elvis.in.c
Commit message (Collapse)AuthorAgeFilesLines
* Moving scanner tests into separate repository. The repository can be reached ↵murphy2010-04-141-26/+0
| | | | at http://svn.rubychan.de/coderay-scanner-tests/trunk.
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-281-1/+26
| | | | trunk.
* Updating C scanner:murphy2009-10-191-0/+1
* Ruby 1.9 warnings (yeah, it's really a pain) * added DIRECTIVES * fixed a bug that highlighted // as an operator (bah!) * accept $ in variable names * accept intLL literals * recover silently from :include_expected on unexpected tokens