Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move .map styles before .string | Kornelius Kalnbach | 2013-06-23 | 1 | -3/+3 |
| | |||||
* | whitespace | Kornelius Kalnbach | 2013-06-22 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into lua-scanner | Kornelius Kalnbach | 2013-06-22 | 1 | -17/+16 |
|\ | | | | | | | | | | | Conflicts: lib/coderay/styles/alpha.rb lib/coderay/token_kinds.rb | ||||
| * | tags should be bold | Kornelius Kalnbach | 2013-06-22 | 1 | -1/+1 |
| | | |||||
| * | tweak Terminal encoder, cleanup token kinds | Kornelius Kalnbach | 2013-06-13 | 1 | -16/+13 |
| | | |||||
| * | add python binary string | Kornelius Kalnbach | 2013-06-12 | 1 | -1/+3 |
| | | |||||
* | | Merge branch 'master' into lua-scanner | Kornelius Kalnbach | 2013-06-12 | 1 | -0/+8 |
|\ \ | |/ | | | | | | | Conflicts: lib/coderay/token_kinds.rb | ||||
| * | tweak Taskpaper scanner, cleanup doc_string kind | Kornelius Kalnbach | 2013-06-12 | 1 | -2/+1 |
| | | |||||
| * | Merge remote-tracking branch 'shimomura1004/taskpaper' into taskpaper-scanner | Kornelius Kalnbach | 2013-06-12 | 1 | -0/+3 |
| |\ | |||||
| | * | TaskPaper scanner for CodeRay | SHIMOMURA Sho | 2012-10-22 | 1 | -0/+3 |
| | | | |||||
| * | | tweak CSS tag/id token kind patch from noprompt | Kornelius Kalnbach | 2013-06-11 | 1 | -0/+1 |
| | | | |||||
| * | | set line numbers to word-break: normal to fix #102 | Kornelius Kalnbach | 2013-06-11 | 1 | -0/+3 |
| | | | |||||
| * | | added Sass scanner (work in progress) | Kornelius Kalnbach | 2013-03-11 | 1 | -0/+2 |
| |/ | |||||
* | | :map token kind | Nathan Youngman | 2012-10-27 | 1 | -4/+4 |
| | | | | | | | | Use :map instead of :table. It's more generic, and won't be confused with the :table rendering style. | ||||
* | | Lua scanner for CodeRay. Meta-commit. | Quintus | 2012-04-22 | 1 | -0/+3 |
|/ | | | | | This commit is a super-commit containing all the subcommits for implementing the Lua scanner. | ||||
* | fix additional scrollbar | Kornelius Kalnbach | 2011-10-15 | 1 | -1/+0 |
| | |||||
* | backgroun-color fine tuning (alpha) | Kornelius Kalnbach | 2011-09-18 | 1 | -7/+7 |
| | |||||
* | fix color for :predefined_constant in Alpha style | Kornelius Kalnbach | 2011-09-09 | 1 | -2/+2 |
| | |||||
* | pretty (longer) token class names; closes #347 | Kornelius Kalnbach | 2011-08-19 | 3 | -365/+85 |
| | |||||
* | lighter diff background colors | murphy | 2011-07-08 | 1 | -2/+2 |
| | |||||
* | use brighter colors for diff symbols | murphy | 2011-07-07 | 1 | -4/+4 |
| | |||||
* | #309 Improved highlighting of Ruby inside diffs | murphy | 2011-06-22 | 1 | -2/+2 |
| | |||||
* | changed the color of :char from blue-ish to red-ish (alpha style) | murphy | 2011-05-21 | 1 | -6/+7 |
| | |||||
* | fixed highlighted numbers in alpha style | murphy | 2011-03-07 | 1 | -1/+2 |
| | |||||
* | Code cleanup. | murphy | 2010-11-21 | 1 | -2/+2 |
| | |||||
* | Fix invalid HTML markup for line tokens (use span + CSS instead of div). | murphy | 2010-09-22 | 2 | -1/+3 |
| | |||||
* | Fixed a:target color. | murphy | 2010-09-21 | 1 | -5/+5 |
| | |||||
* | Added ! important rules for line numbers in the Alpha style. | murphy | 2010-08-23 | 1 | -0/+5 |
| | |||||
* | Alpha style: Removed background color for :inline_delimiter. | murphy | 2010-06-27 | 1 | -2/+1 |
| | |||||
* | Updated Alpha style: less bolded tokens, user-select:none for line numbers ↵ | murphy | 2010-06-16 | 1 | -34/+37 |
| | | | | (closes #226), removed osolete .rx .fu style. | ||||
* | Added :string :modifier color for Alpha style. | murphy | 2010-06-15 | 1 | -0/+1 |
| | |||||
* | Added :eyecatcher token type (for inline diff highlighting) and improved | murphy | 2010-06-01 | 1 | -11/+14 |
| | | | | | some nested styles. | ||||
* | Python scanner highlights docstrings as comments (see #190). | murphy | 2010-04-02 | 1 | -0/+2 |
| | |||||
* | Java Scanner: Package names are recognized, along with some code cleanup. ↵ | murphy | 2010-04-02 | 2 | -0/+2 |
| | | | | Closes #210. | ||||
* | New HTML Encoder option :line_number_anchors (closes #208). | murphy | 2010-04-02 | 3 | -37/+18 |
| | | | | | Also removed the :list wrapping style, and made a lot of cleanup in the styles. See Changes.textile. | ||||
* | HTML encoder is HTML 5 and CSS 3 compatible (closes #215). | murphy | 2010-04-02 | 1 | -1/+1 |
| | | | | | | | | This also means it's incompatible to previous versions of HTML and CSS. Also, the output may not show correctly on IE. I officially drop support for Internet Explorer with no regrets. | ||||
* | Improved the styles a bit. | murphy | 2010-03-31 | 2 | -6/+6 |
| | |||||
* | Use new :alpha style be default. This means IE will have problems with the ↵ | murphy | 2010-03-31 | 1 | -1/+1 |
| | | | | colors. | ||||
* | Renamed token_classes to token_kinds (closes #122). | murphy | 2010-03-30 | 2 | -11/+6 |
| | | | | | | | | | * *RENAMED* from ClassOfKind. The term "token class" is no longer used in CodeRay. Instead, tokens have _kinds_. * *RENAMED* TokenKindFilter to TokenClassFilter. * *ADDED* documentation on encoders affected by the term change. * *REMOVED* token kinds :attribute_name_fat, :attribute_value_fat, :operator_fat, :tag_fat, and :xml_text. * *ADDED* token kind :filename. | ||||
* | A new color style using HSLA colors (alpha channel, issue #199) | murphy | 2010-02-17 | 1 | -0/+145 |
| | |||||
* | Cleanups. | murphy | 2009-12-30 | 1 | -1/+1 |
| | |||||
* | Tweaking colors for :pre_type, :pseudo_class and :exception. | murphy | 2009-10-18 | 1 | -3/+3 |
| | |||||
* | Improved Python scanner (issue #41). | murphy | 2009-04-22 | 1 | -0/+2 |
| | | | | | | | | * fixed numeric literals * better Python 3 support * bugfixes, optimizations * added two more test files | ||||
* | Many improvements to PHP Scanner. | murphy | 2009-04-20 | 1 | -4/+5 |
| | | | | | | | | * 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 | ||||
* | New feature: HTML encode option :highlight_lines. See documentation. | murphy | 2009-01-22 | 1 | -0/+1 |
| | | | | | | * The scanner test suite uses it and highlights the lines that differ after a failed complete test in *.actual.html. | ||||
* | Updated cYcnus style (grayscale colors). | murphy | 2009-01-13 | 1 | -5/+5 |
| | |||||
* | Completed YAML Scanner (closes #34). | murphy | 2009-01-01 | 1 | -0/+1 |
| | | | | | | | | | | | | | YAML Scanner: * Added another example (multiline). * Added multiline string recognition. * This should be enough for most people. Else: * New method: Scanner#column (very useful and fast!) * Added new token type :doctype, used also by HTML scanner. * coderay_suite: minor output tweaks. | ||||
* | New: *YAML* (#53). Preparing for version 0.8.1. | murphy | 2008-10-20 | 1 | -4/+4 |
| | | | | | | | | | | | | | | * 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! | murphy | 2008-10-08 | 1 | -5/+8 |
| | | | | | | | | | | | | * 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). | murphy | 2008-09-30 | 2 | -0/+20 |
| | | | | | | | | | | | | | | * 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. |