summaryrefslogtreecommitdiff
path: root/lib/coderay
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | close open tokens in Groovy scannerKornelius Kalnbach2013-06-231-2/+15
| | | | | | |
| | * | | | | HTML encoder shouldn't warn about open tokensKornelius Kalnbach2013-06-231-1/+0
| | | | | | |
| | * | | | | DebugLint check open tokens at the endKornelius Kalnbach2013-06-231-7/+16
| | | | | | |
| | * | | | | avoid empty tokens in YAMLKornelius Kalnbach2013-06-231-1/+1
| | | | | | |
| | * | | | | avoid empty tokens in RaydebugKornelius Kalnbach2013-06-231-8/+8
| | | | | | |
| | * | | | | avoid empty tokens in CSSKornelius Kalnbach2013-06-232-2/+2
| | | | | | |
| * | | | | | tweak HTML CDATA token kindsKornelius Kalnbach2013-06-231-9/+7
| | | | | | |
| * | | | | | Merge branch 'master' into upstreamKornelius Kalnbach2013-06-2324-549/+1104
| |\ \ \ \ \ \ | | |/ / / / /
| * | | | | | Support CDATA blocks in HTML/XMLGavin Kistner2013-06-061-1/+11
| | | | | | |
* | | | | | | scan_css in HTML scanner (arguments), change token kind from :inline to :stringKornelius Kalnbach2013-06-231-9/+14
| | | | | | |
* | | | | | | scan_css in HTML scanner (tags)Kornelius Kalnbach2013-06-231-6/+15
| |/ / / / / |/| | | | |
* | | | | | some more code cleanups before mergelua-scannerKornelius Kalnbach2013-06-231-11/+11
| | | | | |
* | | | | | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-231-10/+9
|\ \ \ \ \ \
| * | | | | | fix Tokens documentationKornelius Kalnbach2013-06-231-10/+9
| | | | | | |
* | | | | | | cleanup Lua scanner, fix end_group(:map) issueKornelius Kalnbach2013-06-231-257/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | - use local instead of instance variables
* | | | | | | move .map styles before .stringKornelius Kalnbach2013-06-231-3/+3
| | | | | | |
* | | | | | | more helpful error messages from DebugLintKornelius Kalnbach2013-06-231-2/+2
| | | | | | |
* | | | | | | add lua file typeKornelius Kalnbach2013-06-231-0/+1
| | | | | | |
* | | | | | | whitespaceKornelius Kalnbach2013-06-222-4/+4
| | | | | | |
* | | | | | | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-2212-362/+329
|\ \ \ \ \ \ \ | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/coderay/styles/alpha.rb lib/coderay/token_kinds.rb
| * | | | | | use JSON to highlight .template files (AWS CF)remove-dumpKornelius Kalnbach2013-06-221-0/+1
| | | | | | |
| * | | | | | tags should be boldKornelius Kalnbach2013-06-221-1/+1
| | | | | | |
| * | | | | | use different key/value heuristic in JSON scannerKornelius Kalnbach2013-06-191-12/+11
| | | | | | |
| * | | | | | Merge branch 'master' into remove-dumpKornelius Kalnbach2013-06-164-26/+17
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: lib/coderay/tokens.rb
| | * | | | | | 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
|\ \ \ \ \ \ | |/ / / / / | | | | | | | | | | | | | | | | | | Conflicts: lib/coderay/token_kinds.rb
| * | | | | 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
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: etc/todo/scanners/css.rb
| | * | | | | | 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
| | | | | | | |