summaryrefslogtreecommitdiff
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* TODO: A CSharp scanner by percy li, see ↵murphy2010-03-261-0/+156
| | | | http://www.redmine.org/boards/3/topics/11616.
* Added some coderay statistic scripts, and ansi-color experiments frommurphy2010-01-225-3/+385
| | | | | http://frexx.de/xterm-256-notes/.
* Experiments with token classes.murphy2010-01-203-208/+40
|
* Added some benchmark experiments for highlighting without Tokens.murphy2010-01-063-25/+364
|
* Last changes.murphy2010-01-011-40/+5
|
* Improved scanner tests: known issues, JRuby bug workaround (see #136).murphy2010-01-011-71/+26
|
* Cleanup for gem.rake: more intelligent, removed obsolete code.murphy2010-01-011-81/+3
|
* New rake tasks test:scanner:lang for every language.murphy2009-12-301-18/+24
|
* Updated TextMate project file.murphy2009-12-301-18/+290
|
* 0.8.4 as a version patch.murphy2009-12-301-0/+73
|
* Copying changes and fixes for 0.9.0rc3 from terminal-encoder branch over to ↵murphy2009-12-281-9/+35
| | | | trunk.
* etc. Dont mind it.murphy2009-10-193-12/+199
|
* Adding some test code for Clojure.murphy2009-10-031-0/+6820
|
* Adding lists of PHP constants and functions (TODO).murphy2009-10-033-0/+5849
|
* Added some version patches and other files.murphy2009-04-205-6/+1674
| | | | | | * The check-coderay-gem-stats.sh script prints the current rank of CodeRay in the RubyForge gem download statistics ^_^
* Added some CodeRay grafics: an icon and a rainbow Ruby-chan :)murphy2009-04-145-0/+0
| | | | | You can see them on the CodeRay website coderay.rubychan.de.
* Updated version number (to 0.9.0) and gem information.murphy2009-02-062-2/+2
|
* Ruby scanner: Fixed rarely used \c, \C-, and \M- escape sequences.murphy2009-02-052-11/+16
| | | | | | | * JavaScript scanner: elaborate a comment * SimpleRegexpScanner: Just some testing with the Ruby stack. * coderay-lib.tmproj: I should just remove it from the repo...
* New feature: HTML encode option :highlight_lines. See documentation.murphy2009-01-221-3/+3
| | | | | | * The scanner test suite uses it and highlights the lines that differ after a failed complete test in *.actual.html.
* Update for the Bash Scanner (todo).murphy2009-01-132-6/+4
|
* Improved benchmark script.murphy2009-01-121-4/+4
| | | | | | | | | * Made benchmark script run 5 times to visualize JVM warmup for JRuby. * Fixed encoding of example.ruby file. * Compatible with latest pygments version. Thanks to Charles Oliver Nutter and Yehuda Katz for the suggestions.
* Fixed documentation links.murphy2009-01-121-10/+6
|
* Fixed documentation, moved README into lib folder.murphy2009-01-051-5/+11
|
* Added scanner proposals.murphy2009-01-042-0/+317
|
* Made plugin ids case-insensitive.murphy2009-01-011-5/+9
| | | | | With this change, upper case lang names are allowed like 'C'.
* Added Star Rating draft to repo and etc folder to coderay-lib.tmproj.murphy2008-12-252-8/+53
|
* Fixes for Ruby 1.9.murphy2008-12-252-6/+6
|
* New: *YAML* (#53). Preparing for version 0.8.1.murphy2008-10-201-0/+105
| | | | | | | | | | | | | | * Based on the YAML scanner from Jamis Buck's Syntax lib. * Some YAML examples from Ruby gems. * Doesn't handle string yet; alpha state. More changes: * coderay_suite: new parameter "fast" makes testing faster (for development). * Changed the title of HTML page output (Page Encoder). * FileType: Added new file types. * cYcnus style: simplified some token group styles. * Cleanup in CSS and HTML Scanners.
* New: *JSON* (closes #53). Version 0.8 is near!murphy2008-10-081-36/+2
| | | | | | | | | | | | * Simple and really nice scanner (I think), produces colorful output. * Checked against strange examples from Ruby's JSON lib. More changes: * Changed version number. Finally! * Added some token styles for :key token group. * cYcnus style: chars inside of strings are highlighted purple instead of blue. * murphy style needs work.
* New: *Simple Diff Scanner* (closes #22).murphy2008-09-301-0/+2
| | | | | | | | | | | | | | * Highlights unified diffs, especially like the ones svn diff outputs. * Changes to make highlighting of whole lines were necessary. * I added two example files. More changes: * Added token classes :head, :delete, :insert, and :change along with styles. * Added two new special token types: :begin_line and :end_line. They mark token groups that explicitly span whole lines and should be highlighted as such. * The HTML encoder converts these new tokens to DIVs. May need more work. * The Debug Encoder uses square brackets for line tokens. * Some cleanups.
* Forgot to remove a line from SimpleRegexpScanner that I used for ↵murphy2008-09-211-2/+0
| | | | Scanners::Java::BuiltinTypes.
* New: *Java Scanner* (closes #42).murphy2008-09-212-2/+474
| | | | | | | | | | | | | | | | | | | * Based on JavaScript, does a good job, but may need more polish. * Java::BuiltinTypes::List is a helper constant that contains 2389 Java types. ** The list was generated from TextMate's Java bundle with the help of SimpleRegexpScanner. * I added the JRuby core classes as example code for testing (1.8 MB) JavaScript Scanner: * Fixed recognition of floats and algebraic signs. ** Still needs work - we need to distinguish i-1 from i+-1. More changes: * New: "SimpleRegexpScanner":http://murfy.de/simple-regexp-scanner * Added new token class :annotation along with CSS styles. ** Should be useful for Python, too. * coderay_suite warns if no scanner was found for this language. * PluginHost#default can be called without parameter (will return default id)
* Added more file extensions to Scannersmurphy2008-09-161-7/+3
| | | | | | | * Added file_extensions to Delphi, XML, Debug, Scheme, and NitroXHTML scanners. * Removed obsolete extension declarations from Scanner test suites. * Minor cleanups.
* More cleanup of todo folder.murphy2008-09-123-573/+79
|
* Some cleanup for the toto folder.murphy2008-09-112-0/+142
|
* Added diff task and a Redmine TODO.murphy2008-08-112-8/+583
|
* Fixed FileType: .html.erb is now recognized as rhtml.murphy2008-08-111-10/+16
|
* [KK] Just a little code cleanup and new task 187.murphy2008-07-292-84/+5
|
* Added etc/todo (scanner drafts) and two TextMate project files.murphy2008-01-0776-0/+24418
|
* Added tests for debug scanner and another ruby test case.murphy2007-01-012-0/+93
| | | | | Added drafts for a comparison of CodeRa an Pygments features.
* Logo grafic added.murphy2006-07-091-0/+0
|
* Moved remotelymurphy2006-04-154-0/+0
|
* encoder.rb: Added Encoder#file_extensionmurphy2005-10-291-0/+43
plugin.rb: #load_plugin --> #load; no more debug messages encoders/html.rb: Documentation; hint system; moved NUMERIZABLE_WRAPPINGS to html_output.rb encoders/helpers/html_output.rb: made stylesheet a method; disabled code cell hint; fixed inline numerizing encoders/debug.rb: changed extension to 'raydebug' etc folder added included etc/raydebug.vim for cool vim highlighting