summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Expand)AuthorAgeFilesLines
* set line numbers to word-break: normal to fix #102Kornelius Kalnbach2013-06-111-0/+3
* reset string_delimiter when detecting open stringKornelius Kalnbach2013-06-101-0/+1
* Merge branch 'master' into javascript-keep-stateKornelius Kalnbach2013-06-1022-236/+460
|\
| * accept all idents as Ruby 1.9 hash keys (#126)Kornelius Kalnbach2013-06-101-1/+1
| * trying to reduce "complexity" of #raise_inspect (#135)Kornelius Kalnbach2013-06-101-10/+20
| * trying to reduce "complexity" of #raise_inspect (#135)Kornelius Kalnbach2013-06-101-10/+12
| * trying to reduce "complexity" of #raise_inspect (#135)Kornelius Kalnbach2013-06-101-3/+11
| * refactor Scanner a bit more (#135)Kornelius Kalnbach2013-06-101-7/+12
| * refactor Scanner a bit (#135)Kornelius Kalnbach2013-06-101-12/+19
| * cleanup HTML encoder CSS styles/classes algorithm (#135)Kornelius Kalnbach2013-06-102-28/+40
| * simplify more HTML encoder methods (#135)Kornelius Kalnbach2013-06-101-20/+17
| * cleanup HTML encoder #setup (#135)Kornelius Kalnbach2013-06-101-38/+32
| * cleanup HTML encoder (#135)Kornelius Kalnbach2013-06-101-33/+33
| * massively improve Terminal encoder speedKornelius Kalnbach2013-06-101-74/+67
| * always load the plugin mapKornelius Kalnbach2013-06-101-12/+4
| * add .xaml file type (use XML scanner)Kornelius Kalnbach2013-06-091-2/+1
| * whitespaceKornelius Kalnbach2013-06-091-4/+2
| * don't nest :string recursively in :sass_inlineKornelius Kalnbach2013-06-091-1/+8
| * fix Sass highlighting in diffKornelius Kalnbach2013-06-091-3/+0
| * Merge branch 'master' into sass-scannerKornelius Kalnbach2013-06-097-5/+5
| |\
| | * do not warn about plugin fallbackKornelius Kalnbach2013-06-091-1/+0
| | * don't allow \x00 in diff filenamesKornelius Kalnbach2013-06-091-1/+1
| | * bump version to 1.1.0Kornelius Kalnbach2013-06-091-1/+1
| | * avoid empty tokens in Diff output, fix split_into_partsKornelius Kalnbach2013-06-092-1/+2
| | * treat empty token as error in Debug encoderKornelius Kalnbach2013-06-091-0/+1
| | * two fixes for CSS scannerKornelius Kalnbach2013-06-091-2/+2
| | * unfreeze TokenKinds hash, allow changesKornelius Kalnbach2013-06-091-2/+0
| | * PHP is a better highlight for phtml filesAlexandre Vezina2013-04-171-1/+1
| | * Support for phtml filesAlexandre Vezina2013-03-231-0/+1
| * | fix order of SASS_FUNCTIONsKornelius Kalnbach2013-04-111-1/+1
| * | Merge branch 'master' into sass-scannerKornelius Kalnbach2013-03-117-8/+8
| |\ \ | | |/
| | * minor tweaks to generator and scanner edge casesKornelius Kalnbach2013-03-117-8/+8
| * | added Sass scanner (work in progress)Kornelius Kalnbach2013-03-114-17/+220
| |/
| * vastly improve Debug encoder speed on Ruby 1.9.3Kornelius Kalnbach2013-03-111-1/+1
* | support multi-line comments in JavaScript diffKornelius Kalnbach2013-03-101-4/+27
|/
* cleanupKornelius Kalnbach2013-03-101-1/+1
* Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2013-03-107-53/+66
|\
| * fix #41 by removing special caseKornelius Kalnbach2013-03-101-17/+22
| * remove ondblclick handler from HTML outputKornelius Kalnbach2013-03-101-1/+1
| * bump version to 1.0.9v1.0.9.rc1Kornelius Kalnbach2013-02-171-1/+1
| * fix PHP scanner for Ruby 1.8Kornelius Kalnbach2013-02-171-1/+1
| * fix #40 (PHP unicode)Kornelius Kalnbach2013-02-171-3/+2
| * fix #83 (XML DTD)Kornelius Kalnbach2013-02-171-1/+1
| * match Ruby 1.9 hash syntax even without space after colonKornelius Kalnbach2013-02-171-2/+2
| * Merge branch 'fix-ruby-unicode' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-171-3/+3
| |\
| | * improve support for Unicode non-alphanumeric characters in Ruby namesKornelius Kalnbach2013-02-171-3/+3
| * | cleanup: value_expected should be booleanKornelius Kalnbach2013-02-171-2/+2
| * | Merge branch 'master' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-171-15/+15
| |\ \
| | * | whitespaceKornelius Kalnbach2013-02-171-15/+15
| | |/
| * | fix #106: re-introduce highlightinging of { key: value } in Ruby 1.9 hashesKornelius Kalnbach2013-02-171-11/+20
| |/