Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | issue #43: replacing :reserved with :keyword for C and C++ | murphy | 2011-05-21 | 1 | -3/+3 |
| | |||||
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -2/+2 |
| | |||||
* | Got rid of the old streaming system (see #142). | murphy | 2010-05-01 | 1 | -2/+0 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -62/+46 |
| | |||||
* | Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵ | murphy | 2010-03-26 | 1 | -17/+22 |
| | | | | YAML scanners. | ||||
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵ | murphy | 2009-12-28 | 1 | -8/+39 |
| | | | | trunk. | ||||
* | Updated PHP scanner (#36) | murphy | 2009-10-20 | 1 | -1/+1 |
| | | | | | | | | * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes | ||||
* | New Scanner: *C++* (#76)! | murphy | 2009-10-19 | 1 | -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. |