Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Scanner suite: Use Pathname. | murphy | 2010-03-26 | 1 | -2/+4 |
| | |||||
* | Debug scanner supports line tokens; more cleanups. | murphy | 2010-03-26 | 3 | -10/+64 |
| | |||||
* | Improved functional tests. | murphy | 2010-03-26 | 2 | -3/+14 |
| | |||||
* | Updating tests for Scheme scanner. | murphy | 2010-03-26 | 2 | -3002/+3002 |
| | |||||
* | Updating tests for Groovy and JavaScript scanners. | murphy | 2010-03-26 | 5 | -4184/+4184 |
| | |||||
* | Tests for the improved SQL scanner. | murphy | 2010-03-21 | 8 | -95/+195 |
| | |||||
* | Ruby scanner can't parse complex method definitions (issue #147) | murphy | 2010-01-22 | 3 | -0/+180 |
| | |||||
* | A little fix in the color output of the test suite. | murphy | 2010-01-20 | 1 | -1/+1 |
| | |||||
* | Improved scanner tests: known issues, JRuby bug workaround (see #136). | murphy | 2010-01-01 | 4 | -4/+42 |
| | |||||
* | Cleaning up functional tests; test:functional scans without loading Rubygems ↵ | murphy | 2010-01-01 | 4 | -77/+93 |
| | | | | now. | ||||
* | Added a test for XML literals in JavaScript (see issue #137). | murphy | 2009-12-30 | 2 | -0/+4 |
| | |||||
* | Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵ | murphy | 2009-12-28 | 15 | -1506/+2446 |
| | | | | trunk. | ||||
* | Added a test case for loading plugin scanners. | murphy | 2009-10-20 | 2 | -0/+137 |
| | |||||
* | Updated PHP scanner (#36) | murphy | 2009-10-20 | 4 | -161/+327 |
| | | | | | | | | * highlighting of class and function definitions * improved HTML/PHP detection * heredocs (simple) * a new test for classes | ||||
* | Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup. | murphy | 2009-10-19 | 2 | -0/+2 |
| | |||||
* | Updating C scanner: | murphy | 2009-10-19 | 5 | -1/+192619 |
| | | | | | | | | | | * Ruby 1.9 warnings (yeah, it's really a pain) * added DIRECTIVES * fixed a bug that highlighted // as an operator (bah!) * accept $ in variable names * accept intLL literals * recover silently from :include_expected on unexpected tokens | ||||
* | Updated scanner test suite: | murphy | 2009-10-19 | 1 | -11/+7 |
| | | | | | fixing Ruby 1.9 warnings, tab width, exception for missing scanners | ||||
* | Renaming YAMLTests. | murphy | 2009-10-19 | 1 | -1/+1 |
| | |||||
* | Updated Python scanner (#41) | murphy | 2009-10-19 | 5 | -848/+900 |
| | | | | | | | * Unicode support (kind of) * [from ...] import ... as construct highlighted as :include * added a test case for import statements | ||||
* | Updated JSON scanner: false, null, true are highlighted as :value now. | murphy | 2009-10-19 | 3 | -127/+127 |
| | |||||
* | Updated Groovy scanner: using word lists from Java scanner. | murphy | 2009-10-19 | 2 | -135/+135 |
| | |||||
* | Updated Java scanner: Higlighting of keywords according to java.sun.com. | murphy | 2009-10-19 | 1 | -2468/+2468 |
| | | | | | | * added :reserved, :pre_constant, :exception classes for idents and keywords * "threadsafe" isn't a Java keyword | ||||
* | Updated Ruby scanner: | murphy | 2009-10-19 | 6 | -210/+210 |
| | | | | | | | * cleanup (FIXMEs, dead code, comments) * improved value_expected detection using VALUE_EXPECTING_KEYWORDS * support for self.method style definitions | ||||
* | Updated CSS scanner: element selectors are highlighted as :type. | murphy | 2009-10-19 | 5 | -1372/+1372 |
| | |||||
* | JavaScript scanner updated: | murphy | 2009-10-19 | 7 | -933/+54861 |
| | | | | | | | | | * false, null, true, undefined are :pre_constant now * fixed floats starting with a dot * added support for XML literals (cool!) * function definitions are detected and highlighted as :function * added Prototype, SunSpider and TraceMonkey tests as test code | ||||
* | New Scanner: *C++* (#76)! | murphy | 2009-10-19 | 9 | -0/+18180 |
| | | | | | | 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. | ||||
* | Removing C++ tests from C test suite. | murphy | 2009-10-19 | 2 | -1036/+0 |
| | |||||
* | Testing for_redcloth and lines_of_code. | murphy | 2009-10-18 | 1 | -1/+48 |
| | |||||
* | Testing whether #dup works for WordList as expected. | murphy | 2009-10-18 | 1 | -0/+9 |
| | |||||
* | Added LinesOfCode encoder (issue #123) - simple version. | murphy | 2009-06-29 | 1 | -0/+30 |
| | |||||
* | Fixed for_redcloth for latest RedCloth (4.2.0+) versions (issue #119). | murphy | 2009-06-20 | 2 | -2/+2 |
| | |||||
* | Fixed an issue with the YAML class being redefined by the scanners tests. | murphy | 2009-06-17 | 1 | -1/+2 |
| | |||||
* | Forgotten test file. | murphy | 2009-06-13 | 1 | -779/+779 |
| | |||||
* | Python Scanner (issue #41) updated: | murphy | 2009-06-13 | 2 | -489/+489 |
| | | | | | | | | * class and method definitions are highlighted * improved keyword argument recognition (less false positives) * backticks are operators now * from/import support still missing | ||||
* | Improved UTF-8 support for Ruby Scanner. Also fixed a minor bug. | murphy | 2009-06-07 | 4 | -0/+68 |
| | | | | | | | | | * closes #108 (new Ruby 1.9 call operator syntax sugar) * Added an example for unicode code. * automatic UTF-8 detection (experimental) * Still problems with different Ruby versions; new unicode test fails in Ruby 1.9 and JRuby. | ||||
* | Cleanups and minor fixes to PHP scanner (issue #36). | murphy | 2009-04-22 | 1 | -2/+2 |
| | |||||
* | SQL scanner cleanup (issue #33). | murphy | 2009-04-22 | 1 | -4/+4 |
| | | | | | * Increased size of the test suite random samples. | ||||
* | Improved Python scanner (issue #41). | murphy | 2009-04-22 | 7 | -101/+171 |
| | | | | | | | | * fixed numeric literals * better Python 3 support * bugfixes, optimizations * added two more test files | ||||
* | Lots of improvements for the PHP scanner. | murphy | 2009-04-22 | 2 | -509/+509 |
| | |||||
* | Test cleanup. | murphy | 2009-04-20 | 7 | -3121/+2990 |
| | | | | | | * Fixed Scheme and SQL scanner tests after last bugfix. * Removed obsolete Python test file. | ||||
* | Many improvements to PHP Scanner. | murphy | 2009-04-20 | 3 | -1825/+1825 |
| | | | | | | | | * 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 | ||||
* | FIXED: CaseIgnoringWordList respects default value (closes #97). | murphy | 2009-04-20 | 1 | -0/+4 |
| | | | | | * Test cases added. | ||||
* | New: *PHP and SQL Scanners* | murphy | 2009-04-20 | 16 | -0/+12580 |
| | | | | | | | | * 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. | ||||
* | Fixed some test suite problems. | murphy | 2009-04-20 | 4 | -20/+23 |
| | | | | | | | * coderay_suite: UTF-8 output is compared as binary. * functional tests: cleaned up. * test/unit: prevent Ruby 1.9 warning about circular require. | ||||
* | Added test outputs for Python. | murphy | 2009-04-20 | 4 | -0/+36976 |
| | |||||
* | Java scanner: | murphy | 2009-04-14 | 1 | -7/+7 |
| | | | | | | | | | | | * Fixed test after r305 broke it. * [FIXED] Save last_token_dot state through comments. C scanner: * Added file_extension declaration. ** All scanners should have this. * Code cleanup. | ||||
* | New: *Python Scanner* (feature #41) | murphy | 2009-04-14 | 4 | -0/+36847 |
| | | | | | | | | | | | | | | | | * Based on pygment's implementation. * The goal is to highlight both Python 2 and 3. ** print and exec will need special treatment. * Still needs work; see TODOs in the code. * Example files: PLEAC, pygments. ** The pygments.unistring code has very long lines which bother TextMate, so I put this one in a separate file. * Rating: 1 / 5 stars, "Poor support", because of problems with numeric literals. * Added .py, .pyw and .py3 to FileType. Else: * Sorted lines in FileType::TypeFromExt. | ||||
* | Using the new :title option in coderay_suite.rb. | murphy | 2009-04-14 | 1 | -1/+2 |
| | |||||
* | JavaScript scanner: Fixed string keys (closes #85). | murphy | 2009-02-20 | 1 | -72/+72 |
| | |||||
* | Fixed a bug in for_redcloth.rb (closes #87). | murphy | 2009-02-18 | 1 | -2/+20 |
| | | | | | | * No more closing PRE tags in RedCloth output. * Added j, j19, and test:functional:all tasks. |