summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/cpp.rb
Commit message (Collapse)AuthorAgeFilesLines
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-1/+1
|
* issue #43: replacing :reserved with :keyword for C and C++murphy2011-05-211-3/+3
|
* renamed pre_* token kinds to predefined_*murphy2011-04-171-2/+2
|
* Got rid of the old streaming system (see #142).murphy2010-05-011-2/+0
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-62/+46
|
* 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.