summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fixed for_redcloth test for the edge case that RedCloth is defined, but was n...murphy2010-06-291-0/+1
* Cleaning up tests.murphy2010-06-291-3/+3
* A prototype implementation of "inside Regexp" detection for the Ruby scanner....murphy2010-06-281-0/+455
* More speedups for HTML encoding (numbering, CSS styles, Ruby 1.9).murphy2010-06-275-39/+25
* A little more documentation for Scanner.murphy2010-06-271-2/+5
* Benchmark script uses -Ofull option for pygmentize.murphy2010-06-271-1/+1
* Trying out a simplified, faster method of HTML encoding.murphy2010-06-271-42/+41
* Alpha style: Removed background color for :inline_delimiter.murphy2010-06-271-2/+1
* Updated for_redcloth test to latest Alpha style.murphy2010-06-161-2/+2
* Updated examples test to latest Alpha style.murphy2010-06-161-4/+4
* Fixed YAML scanner: strings should always be groups.murphy2010-06-161-2/+4
* Updated Alpha style: less bolded tokens, user-select:none for line numbers (c...murphy2010-06-162-34/+41
* Improved JavScript regexp recognition.murphy2010-06-162-1/+2
* Fixed PHP scanner: strings should always be groups.murphy2010-06-151-1/+1
* Added :string :modifier color for Alpha style.murphy2010-06-151-0/+1
* Updated generate:scanner task to include .debug.diff.html files in svn:ignore.murphy2010-06-151-1/+1
* Ticket #127: Clojure scanner by Licenser, yay!murphy2010-06-153-1/+209
* Cleanups to the list of Changes; added toc command for Redmine.murphy2010-06-111-2/+3
* Fixing new executable test suite.murphy2010-06-111-7/+9
* Removing svn:executable flag from executable test suite file (how did that ha...murphy2010-06-111-0/+0
* Added coderay executable tests.murphy2010-06-115-4/+66
* Fixed for_redcloth tests.murphy2010-06-011-2/+2
* Ruby scanner does no longer highlight \ at the end of the input as :error. Th...murphy2010-06-011-2/+5
* Removed ftp.yaml from TextMate project.murphy2010-06-011-7/+3
* Updated TextMate project.murphy2010-06-011-14/+12
* Issue #227: Inline Diff Highlighting and improved intelligent diff murphy2010-06-012-9/+94
* Added ability to scan an Array of Strings as one with Scanner#tokenize.murphy2010-06-012-3/+19
* Added Encoder#tokens, improved some error messages.murphy2010-06-012-4/+6
* Added :eyecatcher token type (for inline diff highlighting) and improvedmurphy2010-06-014-16/+21
* Cleanups and extensions to Tokens (see issue #222).murphy2010-06-012-43/+77
* Use Text encoder instead of deprecated Tokens#text method.murphy2010-06-011-1/+1
* Cleanups in Encoders::HTML::Output.murphy2010-06-014-10/+5
* Fixed Text Encoder.murphy2010-06-012-2/+29
* Ruby scanner raises exception on unknown state.murphy2010-05-211-0/+2
* Fixed a bug in the YAML scanner (see #231).murphy2010-05-212-4/+8
* TextMate project.murphy2010-05-191-25/+6
* New: Raydebug Scanner (highlights .raydebug files instead of importing them).murphy2010-05-182-1/+4
* (no commit message)murphy2010-05-183-4/+70
* Ruby scanner handles :keep_state option.murphy2010-05-182-1/+13
* Ignore new files in etc.murphy2010-05-181-11/+13
* Cleanup, documentation and enhancements to the Filters:murphy2010-05-186-33/+128
* Tokens#<encoder name> raises a NoMethodError when encoder was not found.murphy2010-05-181-0/+2
* Improved error message for unknown token content type.murphy2010-05-181-1/+1
* Simplified example test: It broke every time the default stylesheet was chang...murphy2010-05-181-135/+1
* Improved Python docstring highlighting (closes #190).murphy2010-05-182-7/+11
* Fixed a problem with line tokens when using :hint => :debug in the HTML encoder.murphy2010-05-051-2/+2
* Fixes for YAML encoder, Filter, and tests and API enhancements for Duo.murphy2010-05-055-40/+121
* Fixed bug in diff scanner.murphy2010-05-051-4/+4
* Fixed benchmark script.murphy2010-05-051-1/+1
* Got rid of the old streaming system (see #142).murphy2010-05-0128-120/+17