Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix token nesting in PHP scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -4/+18 |
| | |||||
* | close open tokens in PHP scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -0/+4 |
| | |||||
* | fix PHP scanner for Ruby 1.8 | Kornelius Kalnbach | 2013-02-17 | 1 | -1/+1 |
| | |||||
* | fix #40 (PHP unicode) | Kornelius Kalnbach | 2013-02-17 | 1 | -3/+2 |
| | |||||
* | specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set) | Kornelius Kalnbach | 2012-03-31 | 1 | -0/+1 |
| | |||||
* | rename CaseIgnoringWordList to WordList::CaseIgnoring | Kornelius Kalnbach | 2011-08-19 | 1 | -1/+1 |
| | |||||
* | Major rewrite of encoders to support IO output; fixed some minor scanner ↵ | Kornelius Kalnbach | 2011-08-19 | 1 | -2/+2 |
| | | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests | ||||
* | PHP scanner should not scan the whole document for HTML/PHP indicators | Kornelius Kalnbach | 2011-07-26 | 1 | -2/+2 |
| | |||||
* | minor support fixes for some Ruby engines and versions | murphy | 2011-07-08 | 1 | -1/+1 |
| | |||||
* | changed :reserved to :keyword in PHP scanner (issue #43) | murphy | 2011-06-15 | 1 | -3/+3 |
| | |||||
* | new method Scanner#scan_rest (upported from 0.9.8), and Scanner::ScanError ↵ | murphy | 2011-05-21 | 1 | -1/+1 |
| | | | | is now a StandardError | ||||
* | renamed pre_* token kinds to predefined_* | murphy | 2011-04-17 | 1 | -3/+3 |
| | |||||
* | PHP scanner should use BINARY regexp matching. | murphy | 2011-03-01 | 1 | -0/+1 |
| | |||||
* | Fixed PHP scanner: strings should always be groups. | murphy | 2010-06-15 | 1 | -1/+1 |
| | |||||
* | Direct Streaming! See #142 and Changes.textile. | murphy | 2010-05-01 | 1 | -129/+104 |
| | |||||
* | Upporting changes from 0.9.2 (vs. 0.9.1). | murphy | 2010-03-31 | 1 | -0/+1 |
| | |||||
* | Cleanups for C, C++, CSS, Delphi, Groovy, Java, PHP, Python, RHTML, XML, and ↵ | murphy | 2010-03-26 | 1 | -3/+9 |
| | | | | YAML scanners. | ||||
* | Don't cache the CaseIgnoringWordLists. | murphy | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵ | murphy | 2009-12-28 | 1 | -54/+143 |
| | | | | trunk. | ||||
* | Updated PHP scanner (#36) | murphy | 2009-10-20 | 1 | -8/+42 |
| | | | | | | | | * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes | ||||
* | Made FileType work with Pathname (closes #118). | murphy | 2009-10-20 | 1 | -0/+1 |
| | |||||
* | Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup. | murphy | 2009-10-19 | 1 | -10/+8 |
| | |||||
* | Cleanups and minor fixes to PHP scanner (issue #36). | murphy | 2009-04-22 | 1 | -25/+18 |
| | |||||
* | Lots of improvements for the PHP scanner. | murphy | 2009-04-22 | 1 | -105/+126 |
| | |||||
* | Many improvements to PHP Scanner. | murphy | 2009-04-20 | 1 | -108/+214 |
| | | | | | | | | * added lots of built-in functions, constants, syntax rule fixes... * automatic HTML/PHP document recognition; experimental! * cYcnus style adjusted; inline_delimiter outside of token group has a style now. * clean-up still not finished | ||||
* | New: *PHP and SQL Scanners* | murphy | 2009-04-20 | 1 | -0/+284 |
* Both not well tested yet, preview versions. * Some example code for both languages. * PHP scanner original by Stefan Walk. * SQL scanner using code by Keith Pitt and Josh Goebel. |