Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | allow - and / in YAML keys | Kornelius Kalnbach | 2011-10-13 | 1 | -1/+1 |
| | |||||
* | fixed YAML scanner (Scanner#column rewrite broke it) | Kornelius Kalnbach | 2011-08-29 | 1 | -6/+5 |
| | |||||
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 1 | -2/+2 |
| | |||||
* | Fixed YAML scanner: strings should always be groups. | murphy | 2010-06-16 | 1 | -2/+4 |
| | |||||
* | Fixed a bug in the YAML scanner (see #231). | murphy | 2010-05-21 | 1 | -4/+2 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -65/+64 |
| | |||||
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 1 | -2/+2 |
| | |||||
* | Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵ | murphy | 2010-03-26 | 1 | -10/+8 |
| | | | | YAML scanners. | ||||
* | Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOC | murphy | 2009-10-19 | 1 | -0/+2 |
| | | | | | * Also, DATABASE is a SQL keyword. | ||||
* | Fixed a minor bug in the YAML scanner. | murphy | 2009-04-22 | 1 | -1/+2 |
| | |||||
* | Completed YAML Scanner (closes #34). | murphy | 2009-01-01 | 1 | -25/+28 |
| | | | | | | | | | | | | | YAML Scanner: * Added another example (multiline). * Added multiline string recognition. * This should be enough for most people. Else: * New method: Scanner#column (very useful and fast!) * Added new token type :doctype, used also by HTML scanner. * coderay_suite: minor output tweaks. | ||||
* | Improved YAML Scanner (ticket #34). | murphy | 2008-11-07 | 1 | -9/+33 |
| | | | | | | * Added more YAML example files (website, database). * Minor code cleanup in Scanner. | ||||
* | Fixed tests and YAML Scanner (#34) | murphy | 2008-10-20 | 1 | -1/+1 |
| | | | | | * The last commit (r262) also belongs to ticket #34. | ||||
* | New: *YAML* (#53). Preparing for version 0.8.1. | murphy | 2008-10-20 | 1 | -0/+114 |
* Based on the YAML scanner from Jamis Buck's Syntax lib. * Some YAML examples from Ruby gems. * Doesn't handle string yet; alpha state. More changes: * coderay_suite: new parameter "fast" makes testing faster (for development). * Changed the title of HTML page output (Page Encoder). * FileType: Added new file types. * cYcnus style: simplified some token group styles. * Cleanup in CSS and HTML Scanners. |