summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/yaml.rb
Commit message (Collapse)AuthorAgeFilesLines
* avoid empty tokens in YAML scannerKornelius Kalnbach2013-06-231-1/+1
|
* avoid empty tokens in YAMLKornelius Kalnbach2013-06-231-1/+1
|
* allow - and / in YAML keysKornelius Kalnbach2011-10-131-1/+1
|
* fixed YAML scanner (Scanner#column rewrite broke it)Kornelius Kalnbach2011-08-291-6/+5
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-191-2/+2
|
* Fixed YAML scanner: strings should always be groups.murphy2010-06-161-2/+4
|
* Fixed a bug in the YAML scanner (see #231).murphy2010-05-211-4/+2
|
* Direct Streaming! See #142 and Changes.textile.murphy2010-05-011-65/+64
|
* Upporting changes from 0.9.2 (vs. 0.9.1).murphy2010-03-311-2/+2
|
* Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵murphy2010-03-261-10/+8
| | | | YAML scanners.
* Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOCmurphy2009-10-191-0/+2
| | | | | * Also, DATABASE is a SQL keyword.
* Fixed a minor bug in the YAML scanner.murphy2009-04-221-1/+2
|
* Completed YAML Scanner (closes #34).murphy2009-01-011-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).murphy2008-11-071-9/+33
| | | | | | * Added more YAML example files (website, database). * Minor code cleanup in Scanner.
* Fixed tests and YAML Scanner (#34)murphy2008-10-201-1/+1
| | | | | * The last commit (r262) also belongs to ticket #34.
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-201-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.