diff options
author | murphy <murphy@rubychan.de> | 2007-01-01 03:03:04 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2007-01-01 03:03:04 +0000 |
commit | 74c9a0d2b32e45c0692b4cdad4eddcab1e6a74e3 (patch) | |
tree | 59d2395fcfb0033dad16ed73780c20351a07379e /etc | |
parent | 9b2710502466667dde1a9d6ce22d952ae8ad4dc7 (diff) | |
download | coderay-74c9a0d2b32e45c0692b4cdad4eddcab1e6a74e3.tar.gz |
Added tests for debug scanner and another ruby test case.
Added drafts for a comparison of CodeRa an Pygments features.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/language_report.textile | 59 | ||||
-rw-r--r-- | etc/output_report.textile | 34 |
2 files changed, 93 insertions, 0 deletions
diff --git a/etc/language_report.textile b/etc/language_report.textile new file mode 100644 index 0000000..d79ed10 --- /dev/null +++ b/etc/language_report.textile @@ -0,0 +1,59 @@ +h1. CodeRay Missing Languages Report + +This is a list of input formats for highlighters, comparing Pygments with +CodeRay. + +h2. Lexers / Scanners + +h3. Supported by both + +* C +* Delphi/Pascal +* HTML +* RHTML +* Ruby +* XML + +h3. Only in CodeRay + +* Raydebug +* Nitro-XHTML + +h3. Only in Pygments, but soon in CodeRay + +* JavaScript +* CSS +* PHP +* Diff +* SQL + +h3. Soon only in CodeRay + +* IO +* YAML + +h3. Only in Pygments + +* Boo +* Brainfuck +* C++ +* C# +* Smarty +* Django +* Ini +* IRC +* Lua +* Makefile +* Perl +* Python +* VisualBasic +* TeX +* Python Console (pycon) +* Ruby Console (irb) + +h3. Missing totally + +* Haskell +* BBCode +* Wikicode +* JSON
\ No newline at end of file diff --git a/etc/output_report.textile b/etc/output_report.textile new file mode 100644 index 0000000..2d8d5a2 --- /dev/null +++ b/etc/output_report.textile @@ -0,0 +1,34 @@ +h1. CodeRay Missing Outputs Report + +This is a list of output formats for highlighters, comparing Pygments with +CodeRay. + +h2. Formatters / Encoders + +h3. Supported by both + +* HTML +* Tokens (named raw in Pygments, raydebug or debug in CodeRay) +* Text + +h3. Only in CodeRay + +* Statistic and Counter +* Span, Div, Page (HTML variants) +* XML +* YAML + +h3. Only in Pygments, but soon in CodeRay + +h3. Soon only in CodeRay + +h3. Only in Pygments + +* LaTeX +* ANSI Console (very useful!) +* BBCode + +h3. Missing totally + +* PDF +* RTF (do we need this?)
\ No newline at end of file |