summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/cpp.rb
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵murphy2010-03-261-17/+22
| | | | YAML scanners.
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-281-8/+39
| | | | trunk.
* Updated PHP scanner (#36)murphy2009-10-201-1/+1
| | | | | | | | * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes
* New Scanner: *C++* (#76)!murphy2009-10-191-0/+197
There's a problem with the ternary operator (?:) and labels which needs to be fixed in C, C++ and PHP scanners. I'll get to that soon.