summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | speedup HTML encoder numbering for Ruby 1.8.7+Kornelius Kalnbach2013-06-161-1/+1
| | | * | cleanup Tokens documentationKornelius Kalnbach2013-06-161-23/+14
| | | * | cleanup TODOs, FIXMEsKornelius Kalnbach2013-06-163-3/+2
| | * | | remove dump/undump functionalityKornelius Kalnbach2013-06-133-89/+1
| | |/ /
| | * | refactor check functionality to DebugLint encoderKornelius Kalnbach2013-06-132-15/+55
| | * | speedup/tweak debug encoderKornelius Kalnbach2013-06-131-11/+14
| | * | tweak Terminal encoder, cleanup token kindsKornelius Kalnbach2013-06-133-163/+181
| | * | add taskpaper file extensionKornelius Kalnbach2013-06-131-48/+49
| | * | add python binary stringKornelius Kalnbach2013-06-122-3/+5
| * | | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-1223-248/+558
| |\ \ \ | | |/ /
| * | | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-03-108-82/+117
| |\ \ \
| * | | | :map token kindNathan Youngman2012-10-273-21/+21
| * | | | Merge branch 'master' into lua-scannerKornelius Kalnbach2012-10-072-2/+5
| |\ \ \ \
| * | | | | escape = in regex (my editor gets confused:-)Nathan Youngman2012-09-111-10/+10
| * | | | | Merge remote-tracking branch 'origin/lua-scanner-faster' into lua-scannerNathan Youngman2012-09-111-27/+25
| |\ \ \ \ \
| | * | | | | use case+when instead of send and methodsKornelius Kalnbach2012-06-191-33/+31
| * | | | | | Merge branch 'master' into lua-scannerNathan Youngman2012-09-113-7/+2
| |\ \ \ \ \ \
| * | | | | | | fix for Ruby 1.8, escape { and } in regexpsKornelius Kalnbach2012-06-191-6/+6
| | |/ / / / / | |/| | | | |
| * | | | | | Merge remote-tracking branch 'Quintus/luascanner-onecommit' into lua-scannerKornelius Kalnbach2012-06-193-0/+271
| |\ \ \ \ \ \
| | * | | | | | Lua scanner for CodeRay. Meta-commit.Quintus2012-04-223-0/+271
* | | | | | | | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-1223-248/+558
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | tweak Taskpaper scanner, cleanup doc_string kindKornelius Kalnbach2013-06-124-17/+14
| * | | | | | | Merge remote-tracking branch 'shimomura1004/taskpaper' into taskpaper-scannerKornelius Kalnbach2013-06-123-0/+40
| |\ \ \ \ \ \ \
| | * | | | | | | TaskPaper scanner for CodeRaySHIMOMURA Sho2012-10-223-0/+40
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | tweak Sass scanner: comments, includes, functionsKornelius Kalnbach2013-06-111-10/+30
| * | | | | | | tweak CSS tag/id token kind patch from nopromptKornelius Kalnbach2013-06-113-5/+6
| * | | | | | | Merge remote-tracking branch 'noprompt/master' into css-token-kindsKornelius Kalnbach2013-06-112-5/+6
| |\ \ \ \ \ \ \
| | * | | | | | | use :tag instead of :type for identifiersJoel Holdbrooks2012-07-241-3/+3
| | * | | | | | | use "id" instead of "constant" for css idsJoel Holdbrooks2012-07-031-2/+2
| | * | | | | | | add "id" token kindJoel Holdbrooks2012-07-031-0/+1
| * | | | | | | | 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
| | |\ \ \ \ \ \ \ \