summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | close open tokens in PHP scannerKornelius Kalnbach2013-06-231-0/+4
| | | | |
| | * | | 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-2398-3133/+1536
|\ \ \ \ | |/ / /
* | | | 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-232-9/+15
| | | |
| | * | scan_css in HTML scanner (tags)Kornelius Kalnbach2013-06-231-6/+15
| |/ /
| * | Merge pull request #141 from rubychan/lua-scannerKornelius Kalnbach2013-06-226-2/+284
| |\ \ | | | | | | | | Lua scanner, tweaked (finally!)
| | * | some more code cleanups before mergelua-scannerKornelius Kalnbach2013-06-231-11/+11
| | | |
| | * | changelogKornelius Kalnbach2013-06-231-0/+2
| | | |
| | * | 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-2280-2922/+723
| | |\ \ | | |/ / | |/| | | | | | | | | | | | | | 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
| | | |
| * | | remove Ruby 2.0 workaroundKornelius Kalnbach2013-06-221-1/+1
| | | |
| * | | use different key/value heuristic in JSON scannerKornelius Kalnbach2013-06-191-12/+11
| | | |
| * | | changelogKornelius Kalnbach2013-06-161-0/+1
| | | |
| * | | Merge pull request #138 from rubychan/remove-dumpKornelius Kalnbach2013-06-155-136/+14
| |\ \ \ | | | | | | | | | | Remove dump/undump functionality from Tokens
| | * \ \ Merge branch 'master' into remove-dumpKornelius Kalnbach2013-06-166-29/+20
| | |\ \ \ | | |/ / / | |/| | | | | | | | | | | | | 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-165-6/+5
| | | | |
| | * | | remove dump/undump functionalityKornelius Kalnbach2013-06-135-138/+15
| |/ / /
| * | | cleanup rake tasksKornelius Kalnbach2013-06-134-118/+0
| | | |
| * | | cleanup rake_helpers, samplesKornelius Kalnbach2013-06-1357-2388/+373
| | | |
| * | | refactor check functionality to DebugLint encoderKornelius Kalnbach2013-06-133-15/+56
| | | |
| * | | speedup/tweak debug encoderKornelius Kalnbach2013-06-131-11/+14
| | | |
| * | | fix examples testKornelius Kalnbach2013-06-131-1/+1
| | | |
| * | | 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-1233-309/+618
| | |\ \ | | |/ / | |/| | | | | | | | | | Conflicts: lib/coderay/token_kinds.rb
| | * | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-03-1018-227/+272
| | |\ \
| | * \ \ Merge remote-tracking branch 'origin/master' into lua-scannerNathan Youngman2012-10-272-5/+4
| | |\ \ \
| | * | | | :map token kindNathan Youngman2012-10-273-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | Use :map instead of :table. It's more generic, and won't be confused with the :table rendering style.
| | * | | | Merge branch 'master' into lua-scannerKornelius Kalnbach2012-10-074-6/+8
| | |\ \ \ \
| | * | | | | 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
| | | | | | | |