Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixing bug in Java and JSON scanners (unfinished strings where not closed ↵ | murphy | 2010-04-17 | 2 | -7/+3 |
| | | | | correctly). | ||||
* | More cleanup. | murphy | 2010-04-15 | 1 | -2/+6 |
| | |||||
* | Cleanups. | murphy | 2010-04-15 | 1 | -11/+11 |
| | |||||
* | CSS Scanner: Adding support for CSS 3 functions and colors, changing ↵ | murphy | 2010-04-14 | 1 | -7/+5 |
| | | | | highlighting of attrbiute selectors (closes #224). | ||||
* | Python scanner highlights docstrings as comments (see #190). | murphy | 2010-04-02 | 4 | -11/+47 |
| | |||||
* | Java Scanner: Package names are recognized, along with some code cleanup. ↵ | murphy | 2010-04-02 | 4 | -6/+17 |
| | | | | Closes #210. | ||||
* | New HTML Encoder option :line_number_anchors (closes #208). | murphy | 2010-04-02 | 6 | -92/+71 |
| | | | | | Also removed the :list wrapping style, and made a lot of cleanup in the styles. See Changes.textile. | ||||
* | HTML encoder is HTML 5 and CSS 3 compatible (closes #215). | murphy | 2010-04-02 | 3 | -7/+4 |
| | | | | | | | | This also means it's incompatible to previous versions of HTML and CSS. Also, the output may not show correctly on IE. I officially drop support for Internet Explorer with no regrets. | ||||
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 6 | -23/+54 |
| | |||||
* | Diff scanner highlights unknown lines as :comment instead of :head. | murphy | 2010-03-31 | 1 | -1/+1 |
| | |||||
* | Improved Debug scanner (see Changes.textile). | murphy | 2010-03-31 | 1 | -4/+10 |
| | |||||
* | Don't raise error for unknown token kinds unless in @$CODERAY_DEBUG@ mode. | murphy | 2010-03-31 | 1 | -1/+5 |
| | |||||
* | Improved the styles a bit. | murphy | 2010-03-31 | 2 | -6/+6 |
| | |||||
* | Improved Ruby scanner (see #147 and Changes.textile.) | murphy | 2010-03-31 | 2 | -114/+170 |
| | |||||
* | Use new :alpha style be default. This means IE will have problems with the ↵ | murphy | 2010-03-31 | 2 | -2/+2 |
| | | | | colors. | ||||
* | Improved Diff scanner - yay! Finally! Still imperfect, but works (see #52). | murphy | 2010-03-30 | 1 | -13/+35 |
| | |||||
* | Improved Terminal encoder (documentation, handling of line tokens). | murphy | 2010-03-30 | 1 | -57/+81 |
| | |||||
* | Upporting r463, removing String#to_unix. | murphy | 2010-03-30 | 1 | -23/+23 |
| | |||||
* | Code cleanup. | murphy | 2010-03-30 | 1 | -4/+2 |
| | |||||
* | Added alias :remove_comments for CommentFilter. | murphy | 2010-03-30 | 1 | -0/+1 |
| | |||||
* | Added documentation to encoders; more code cleanups. | murphy | 2010-03-30 | 12 | -23/+113 |
| | |||||
* | Renamed token_classes to token_kinds (closes #122). | murphy | 2010-03-30 | 8 | -135/+155 |
| | | | | | | | | | * *RENAMED* from ClassOfKind. The term "token class" is no longer used in CodeRay. Instead, tokens have _kinds_. * *RENAMED* TokenKindFilter to TokenClassFilter. * *ADDED* documentation on encoders affected by the term change. * *REMOVED* token kinds :attribute_name_fat, :attribute_value_fat, :operator_fat, :tag_fat, and :xml_text. * *ADDED* token kind :filename. | ||||
* | Added new keywords and functions to SQL scanner (see #221, thanks to Joshua ↵ | murphy | 2010-03-30 | 1 | -2/+3 |
| | | | | Galvez). | ||||
* | Cleanups and updates for FileType. | murphy | 2010-03-26 | 1 | -27/+28 |
| | | | | | | * *REMOVED* @FileType#shebang@ is a protected method now. * *NEW*: Regonizes @.gemspec@, @.rjs@, @.rpdf@ extensions and @Capfile@ as Ruby. | ||||
* | Plugin depends on -w instead of -d for warnings. | murphy | 2010-03-26 | 1 | -1/+1 |
| | |||||
* | Debug scanner supports line tokens; more cleanups. | murphy | 2010-03-26 | 1 | -6/+66 |
| | |||||
* | Cleanup to Scheme scanner; removed :operator_fat token kind. | murphy | 2010-03-26 | 1 | -59/+61 |
| | |||||
* | Cleanup and simplify HTML scanner. | murphy | 2010-03-26 | 1 | -16/+21 |
| | |||||
* | Fixed documentation of C scanner. | murphy | 2010-03-26 | 1 | -2/+0 |
| | |||||
* | Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵ | murphy | 2010-03-26 | 11 | -111/+141 |
| | | | | YAML scanners. | ||||
* | Improvements and cleanups in JavaScript Scanner: | murphy | 2010-03-26 | 1 | -17/+22 |
| | | | | | - Added NaN and Infinity to list of predefined constants. - E4X: Don't keep state of XML scanner between calls. | ||||
* | Cleanup of Nitro-XHTML Scanner. | murphy | 2010-03-26 | 1 | -9/+10 |
| | |||||
* | Cleanup of JSON Scanner. | murphy | 2010-03-26 | 1 | -2/+9 |
| | |||||
* | Cleanup of JSON Scanner. | murphy | 2010-03-26 | 1 | -6/+9 |
| | |||||
* | Cleanup of scanner map: | murphy | 2010-03-26 | 1 | -2/+1 |
| | | | | | | - removed :h - it's just a file extension, not a language name - removed :ecma - that's the name of an association, not a language - added :patch as an alias for :diff | ||||
* | Improvements to the SQL scanner - more keywords, more colors :) | murphy | 2010-03-21 | 1 | -10/+24 |
| | |||||
* | A new color style using HSLA colors (alpha channel, issue #199) | murphy | 2010-02-17 | 1 | -0/+145 |
| | |||||
* | Documentation cleanup. | murphy | 2010-02-13 | 1 | -2/+2 |
| | |||||
* | Documentation. | murphy | 2010-02-13 | 1 | -7/+10 |
| | |||||
* | Renamed Terminal encoder, cleanups. | murphy | 2010-01-06 | 2 | -7/+8 |
| | |||||
* | Plaintext scanner speedup: Just returns string without scanning. | murphy | 2010-01-06 | 1 | -2/+1 |
| | |||||
* | Encoders::HTML#token's second parameter is no longer optional. | murphy | 2010-01-06 | 1 | -1/+1 |
| | |||||
* | Cleanups. | murphy | 2010-01-06 | 1 | -2/+2 |
| | |||||
* | New method Scanner#lang. | murphy | 2010-01-01 | 1 | -0/+5 |
| | |||||
* | Cleanup. | murphy | 2010-01-01 | 1 | -1/+1 |
| | |||||
* | Fixed: More file extensions for C++ scanner as suggested by Sander Cox. | murphy | 2010-01-01 | 1 | -1/+16 |
| | |||||
* | Fixed example tests. | murphy | 2009-12-31 | 4 | -5/+77 |
| | | | | | | | | | | | * test:clean task also deletes .expected.html files * LinesOfCode encoder can deal with tokens that have no scanner. Tests were added for this. * JSON encoder load rubygems if necessary. * NEW :loc as an alias for :lines_of_code * NEW Scanner methods marshal_dump, marshal_load FIXED Tokens dumping (failed while trying to dump @scanner) | ||||
* | Cleanups. | murphy | 2009-12-30 | 5 | -12/+8 |
| | |||||
* | Using XML scanner for XML literals. | murphy | 2009-12-30 | 1 | -4/+5 |
| | |||||
* | Don't cache the CaseIgnoringWordLists. | murphy | 2009-12-30 | 2 | -3/+3 |
| |