Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | some more code cleanups before mergelua-scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -11/+11 |
| | |||||
* | Merge branch 'master' into lua-scanner | Kornelius Kalnbach | 2013-06-23 | 1 | -10/+9 |
|\ | |||||
| * | fix Tokens documentation | Kornelius Kalnbach | 2013-06-23 | 1 | -10/+9 |
| | | |||||
* | | cleanup Lua scanner, fix end_group(:map) issue | Kornelius Kalnbach | 2013-06-23 | 1 | -257/+267 |
| | | | | | | | | - use local instead of instance variables | ||||
* | | move .map styles before .string | Kornelius Kalnbach | 2013-06-23 | 1 | -3/+3 |
| | | |||||
* | | more helpful error messages from DebugLint | Kornelius Kalnbach | 2013-06-23 | 1 | -2/+2 |
| | | |||||
* | | add lua file type | Kornelius Kalnbach | 2013-06-23 | 1 | -0/+1 |
| | | |||||
* | | whitespace | Kornelius Kalnbach | 2013-06-22 | 2 | -4/+4 |
| | | |||||
* | | Merge branch 'master' into lua-scanner | Kornelius Kalnbach | 2013-06-22 | 13 | -363/+329 |
|\ \ | |/ | | | | | | | | | Conflicts: lib/coderay/styles/alpha.rb lib/coderay/token_kinds.rb | ||||
| * | use JSON to highlight .template files (AWS CF)remove-dump | Kornelius Kalnbach | 2013-06-22 | 1 | -0/+1 |
| | | |||||
| * | tags should be bold | Kornelius Kalnbach | 2013-06-22 | 1 | -1/+1 |
| | | |||||
| * | use different key/value heuristic in JSON scanner | Kornelius Kalnbach | 2013-06-19 | 1 | -12/+11 |
| | | |||||
| * | Merge branch 'master' into remove-dump | Kornelius Kalnbach | 2013-06-16 | 5 | -27/+17 |
| |\ | | | | | | | | | | | | | Conflicts: lib/coderay/tokens.rb | ||||
| | * | speedup HTML encoder numbering for Ruby 1.8.7+ | Kornelius Kalnbach | 2013-06-16 | 1 | -1/+1 |
| | | | |||||
| | * | cleanup Tokens documentation | Kornelius Kalnbach | 2013-06-16 | 1 | -23/+14 |
| | | | |||||
| | * | cleanup TODOs, FIXMEs | Kornelius Kalnbach | 2013-06-16 | 4 | -4/+2 |
| | | | |||||
| * | | remove dump/undump functionality | Kornelius Kalnbach | 2013-06-13 | 3 | -89/+1 |
| |/ | |||||
| * | refactor check functionality to DebugLint encoder | Kornelius Kalnbach | 2013-06-13 | 2 | -15/+55 |
| | | |||||
| * | speedup/tweak debug encoder | Kornelius Kalnbach | 2013-06-13 | 1 | -11/+14 |
| | | |||||
| * | tweak Terminal encoder, cleanup token kinds | Kornelius Kalnbach | 2013-06-13 | 3 | -163/+181 |
| | | |||||
| * | add taskpaper file extension | Kornelius Kalnbach | 2013-06-13 | 1 | -48/+49 |
| | | |||||
| * | add python binary string | Kornelius Kalnbach | 2013-06-12 | 2 | -3/+5 |
| | | |||||
* | | Merge branch 'master' into lua-scanner | Kornelius Kalnbach | 2013-06-12 | 23 | -248/+558 |
|\ \ | |/ | | | | | | | Conflicts: lib/coderay/token_kinds.rb | ||||
| * | tweak Taskpaper scanner, cleanup doc_string kind | Kornelius Kalnbach | 2013-06-12 | 4 | -17/+14 |
| | | |||||
| * | Merge remote-tracking branch 'shimomura1004/taskpaper' into taskpaper-scanner | Kornelius Kalnbach | 2013-06-12 | 3 | -0/+40 |
| |\ | |||||
| | * | TaskPaper scanner for CodeRay | SHIMOMURA Sho | 2012-10-22 | 3 | -0/+40 |
| | | | |||||
| * | | tweak Sass scanner: comments, includes, functions | Kornelius Kalnbach | 2013-06-11 | 1 | -10/+30 |
| | | | |||||
| * | | tweak CSS tag/id token kind patch from noprompt | Kornelius Kalnbach | 2013-06-11 | 3 | -5/+6 |
| | | | |||||
| * | | Merge remote-tracking branch 'noprompt/master' into css-token-kinds | Kornelius Kalnbach | 2013-06-11 | 2 | -5/+6 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: etc/todo/scanners/css.rb | ||||
| | * | | use :tag instead of :type for identifiers | Joel Holdbrooks | 2012-07-24 | 1 | -3/+3 |
| | | | | |||||
| | * | | use "id" instead of "constant" for css ids | Joel Holdbrooks | 2012-07-03 | 1 | -2/+2 |
| | | | | |||||
| | * | | add "id" token kind | Joel Holdbrooks | 2012-07-03 | 1 | -0/+1 |
| | | | | |||||
| * | | | set line numbers to word-break: normal to fix #102 | Kornelius Kalnbach | 2013-06-11 | 1 | -0/+3 |
| | | | | |||||
| * | | | reset string_delimiter when detecting open string | Kornelius Kalnbach | 2013-06-10 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into javascript-keep-state | Kornelius Kalnbach | 2013-06-10 | 22 | -236/+460 |
| |\ \ \ | |||||
| | * | | | accept all idents as Ruby 1.9 hash keys (#126) | Kornelius Kalnbach | 2013-06-10 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | trying to reduce "complexity" of #raise_inspect (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -10/+20 |
| | | | | | |||||
| | * | | | trying to reduce "complexity" of #raise_inspect (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -10/+12 |
| | | | | | |||||
| | * | | | trying to reduce "complexity" of #raise_inspect (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -3/+11 |
| | | | | | |||||
| | * | | | refactor Scanner a bit more (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -7/+12 |
| | | | | | |||||
| | * | | | refactor Scanner a bit (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -12/+19 |
| | | | | | |||||
| | * | | | cleanup HTML encoder CSS styles/classes algorithm (#135) | Kornelius Kalnbach | 2013-06-10 | 2 | -28/+40 |
| | | | | | |||||
| | * | | | simplify more HTML encoder methods (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -20/+17 |
| | | | | | |||||
| | * | | | cleanup HTML encoder #setup (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -38/+32 |
| | | | | | |||||
| | * | | | cleanup HTML encoder (#135) | Kornelius Kalnbach | 2013-06-10 | 1 | -33/+33 |
| | | | | | |||||
| | * | | | massively improve Terminal encoder speed | Kornelius Kalnbach | 2013-06-10 | 1 | -74/+67 |
| | | | | | |||||
| | * | | | always load the plugin map | Kornelius Kalnbach | 2013-06-10 | 1 | -12/+4 |
| | | | | | |||||
| | * | | | add .xaml file type (use XML scanner) | Kornelius Kalnbach | 2013-06-09 | 1 | -2/+1 |
| | | | | | |||||
| | * | | | whitespace | Kornelius Kalnbach | 2013-06-09 | 1 | -4/+2 |
| | | | | | |||||
| | * | | | don't nest :string recursively in :sass_inline | Kornelius Kalnbach | 2013-06-09 | 1 | -1/+8 |
| | | | | |