summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Support for JRuby Nailgun: Use rake jng to run Ruby tasks with jruby --ng.murphy2009-11-031-0/+5
* Added a test case for loading plugin scanners.murphy2009-10-202-0/+137
* Updated PHP scanner (#36)murphy2009-10-206-170/+370
* Made FileType work with Pathname (closes #118).murphy2009-10-202-3/+15
* Default rake task uses default Ruby version again.murphy2009-10-191-1/+1
* Updated PHP scanner: added a test, improved HTML/PHP detection, cleanup.murphy2009-10-193-10/+10
* Updating C scanner:murphy2009-10-196-15/+192639
* Updating scanners: Ruby 1.9 warnings, KINDS_NOT_LOCmurphy2009-10-197-7/+22
* etc. Dont mind it.murphy2009-10-193-12/+199
* Updated scanner test suite:murphy2009-10-191-11/+7
* Renaming YAMLTests.murphy2009-10-191-1/+1
* Updated Python scanner (#41)murphy2009-10-196-856/+941
* Updated JSON scanner: false, null, true are highlighted as :value now.murphy2009-10-194-128/+133
* Updated Groovy scanner: using word lists from Java scanner.murphy2009-10-193-148/+140
* Updated Java scanner: Higlighting of keywords according to java.sun.com.murphy2009-10-192-2479/+2482
* Updated Ruby scanner:murphy2009-10-198-230/+239
* Updated CSS scanner: element selectors are highlighted as :type.murphy2009-10-196-1373/+1381
* JavaScript scanner updated:murphy2009-10-198-938/+54893
* New Scanner: *C++* (#76)!murphy2009-10-1911-1/+18380
* Removing C++ tests from C test suite.murphy2009-10-192-1036/+0
* Scanner sets KINDS_NOT_LOC, Tokens#scanner.murphy2009-10-181-0/+4
* Updated README.murphy2009-10-181-2/+3
* Tweaking colors for :pre_type, :pseudo_class and :exception.murphy2009-10-181-3/+3
* LinesOfCode: Language dependent via KINDS_NOT_LOC, documentation.murphy2009-10-181-1/+16
* TokenClassFilter: Support for :exclud => :all.murphy2009-10-181-2/+3
* Fixing Ruby 1.9 warnings.murphy2009-10-181-2/+2
* Require token_classes from coderay.rb.murphy2009-10-181-0/+1
* Fixing for_redcloth for latest RedCloth versions.murphy2009-10-181-4/+9
* tokens.rb: cleanup, Tokens#scanner, tests.murphy2009-10-181-45/+49
* Minor speedup for Ruby 1.9.murphy2009-10-181-1/+3
* Removing :procedure token class.murphy2009-10-181-1/+1
* Testing for_redcloth and lines_of_code.murphy2009-10-181-1/+48
* Testing whether #dup works for WordList as expected.murphy2009-10-181-0/+9
* Fixed sample test.murphy2009-10-101-4/+7
* We don't need Tokens encoder any more.murphy2009-10-101-44/+0
* Adding some test code for Clojure.murphy2009-10-031-0/+6820
* Adding lists of PHP constants and functions (TODO).murphy2009-10-033-0/+5849
* Adding .dpr, .pas and .rxml to FileType::TypeFromExt list.murphy2009-07-081-0/+3
* Added LinesOfCode encoder (issue #123) - simple version.murphy2009-06-292-0/+49
* Renamed TokenFilter to TokenClassFilter.murphy2009-06-282-5/+5
* Working around a problem with latest RedCloth versions (>= 4.2.0) (issue #119)murphy2009-06-271-1/+8
* Added a Filter class; filters inherit from it and yield tokens.murphy2009-06-204-17/+34
* * Improved implementation of Encoder *token callbacks.murphy2009-06-207-15/+78
* Fixed for_redcloth for latest RedCloth (4.2.0+) versions (issue #119).murphy2009-06-202-2/+2
* Fixed an issue with the YAML class being redefined by the scanners tests.murphy2009-06-171-1/+2
* Forgotten test file.murphy2009-06-131-779/+779
* Python Scanner (issue #41) updated:murphy2009-06-133-541/+560
* New: Plugin.title (closes #96)murphy2009-06-097-1/+14
* Benchmark: Actually, the abbreviation for second is s, not sec.murphy2009-06-091-4/+4
* Fixed XML Encoder; closes #94.murphy2009-06-091-1/+1