summaryrefslogtreecommitdiff
path: root/lib/coderay/styles
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #190 from rubychan/autoloadKornelius Kalnbach2016-02-131-0/+18
|\ | | | | Cleanup Folder structure
| * use autoload againKornelius Kalnbach2013-10-221-0/+18
| |
* | Merge branch 'master' into tweak-function-colorsKornelius Kalnbach2016-02-131-2/+2
|\ \ | |/
| * add Ruby 2 syntax: %i(…) and %I(…)Kornelius Kalnbach2013-07-201-1/+1
| |
| * make predefined-type a bit more bright/blueKornelius Kalnbach2013-06-231-1/+1
| |
* | tweaking colors for :function tokensKornelius Kalnbach2013-06-231-1/+2
|/
* whitespaceKornelius Kalnbach2013-06-231-5/+5
|
* tweak :local_variable token colorKornelius Kalnbach2013-06-231-1/+1
|
* move .map styles before .stringKornelius Kalnbach2013-06-231-3/+3
|
* whitespaceKornelius Kalnbach2013-06-221-1/+1
|
* Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-221-17/+16
|\ | | | | | | | | | | Conflicts: lib/coderay/styles/alpha.rb lib/coderay/token_kinds.rb
| * tags should be boldKornelius Kalnbach2013-06-221-1/+1
| |
| * tweak Terminal encoder, cleanup token kindsKornelius Kalnbach2013-06-131-16/+13
| |
| * add python binary stringKornelius Kalnbach2013-06-121-1/+3
| |
* | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-121-0/+8
|\ \ | |/ | | | | | | Conflicts: lib/coderay/token_kinds.rb
| * tweak Taskpaper scanner, cleanup doc_string kindKornelius Kalnbach2013-06-121-2/+1
| |
| * Merge remote-tracking branch 'shimomura1004/taskpaper' into taskpaper-scannerKornelius Kalnbach2013-06-121-0/+3
| |\
| | * TaskPaper scanner for CodeRaySHIMOMURA Sho2012-10-221-0/+3
| | |
| * | tweak CSS tag/id token kind patch from nopromptKornelius Kalnbach2013-06-111-0/+1
| | |
| * | set line numbers to word-break: normal to fix #102Kornelius Kalnbach2013-06-111-0/+3
| | |
| * | added Sass scanner (work in progress)Kornelius Kalnbach2013-03-111-0/+2
| |/
* | :map token kindNathan Youngman2012-10-271-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.Quintus2012-04-221-0/+3
|/ | | | | This commit is a super-commit containing all the subcommits for implementing the Lua scanner.
* fix additional scrollbarKornelius Kalnbach2011-10-151-1/+0
|
* backgroun-color fine tuning (alpha)Kornelius Kalnbach2011-09-181-7/+7
|
* fix color for :predefined_constant in Alpha styleKornelius Kalnbach2011-09-091-2/+2
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-193-365/+85
|
* lighter diff background colorsmurphy2011-07-081-2/+2
|
* use brighter colors for diff symbolsmurphy2011-07-071-4/+4
|
* #309 Improved highlighting of Ruby inside diffsmurphy2011-06-221-2/+2
|
* changed the color of :char from blue-ish to red-ish (alpha style)murphy2011-05-211-6/+7
|
* fixed highlighted numbers in alpha stylemurphy2011-03-071-1/+2
|
* Code cleanup.murphy2010-11-211-2/+2
|
* Fix invalid HTML markup for line tokens (use span + CSS instead of div).murphy2010-09-222-1/+3
|
* Fixed a:target color.murphy2010-09-211-5/+5
|
* Added ! important rules for line numbers in the Alpha style.murphy2010-08-231-0/+5
|
* Alpha style: Removed background color for :inline_delimiter.murphy2010-06-271-2/+1
|
* Updated Alpha style: less bolded tokens, user-select:none for line numbers ↵murphy2010-06-161-34/+37
| | | | (closes #226), removed osolete .rx .fu style.
* Added :string :modifier color for Alpha style.murphy2010-06-151-0/+1
|
* Added :eyecatcher token type (for inline diff highlighting) and improvedmurphy2010-06-011-11/+14
| | | | | some nested styles.
* Python scanner highlights docstrings as comments (see #190).murphy2010-04-021-0/+2
|
* Java Scanner: Package names are recognized, along with some code cleanup. ↵murphy2010-04-022-0/+2
| | | | Closes #210.
* New HTML Encoder option :line_number_anchors (closes #208).murphy2010-04-023-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).murphy2010-04-021-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.murphy2010-03-312-6/+6
|
* Use new :alpha style be default. This means IE will have problems with the ↵murphy2010-03-311-1/+1
| | | | colors.
* Renamed token_classes to token_kinds (closes #122).murphy2010-03-302-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)murphy2010-02-171-0/+145
|
* Cleanups.murphy2009-12-301-1/+1
|
* Tweaking colors for :pre_type, :pseudo_class and :exception.murphy2009-10-181-3/+3
|