summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Collapse)AuthorAgeFilesLines
...
* | add imaginary numbers to Go scannerNathan Youngman2013-06-231-5/+9
| |
* | Go doesn't have a "f" suffix for floats like C.Nathan Youngman2013-06-231-1/+1
| |
* | Merge branch 'go-scanner' of github.com:rubychan/coderay into go-scannerKornelius Kalnbach2013-06-231-1/+1
|\ \ | | | | | | | | | | | | Conflicts: lib/coderay/scanners/go.rb
| * | additional types: string, errorNathan Youngman2013-06-231-1/+1
| | | | | | | | | | | | http://golang.org/ref/spec#Predeclared_identifiers
* | | fix label_expected (test case?)Kornelius Kalnbach2013-06-231-1/+2
| | |
* | | fix empty token in Go scannerKornelius Kalnbach2013-06-231-1/+1
| | |
* | | add support for raw strings in GoKornelius Kalnbach2013-06-231-1/+8
| | |
* | | add string as predefined typeKornelius Kalnbach2013-06-231-1/+1
| | |
* | | whitespaceKornelius Kalnbach2013-06-231-41/+41
|/ /
* | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-2313-56/+403
|\ \ | |/ | | | | | | Conflicts: lib/coderay/helpers/file_type.rb
| * fix diff/json token nesting issueKornelius Kalnbach2013-06-231-0/+4
| |
| * Merge branch 'master' into css-in-htmlKornelius Kalnbach2013-06-2311-46/+101
| |\
| | * Merge branch 'master' into upstreamKornelius Kalnbach2013-06-2310-43/+90
| | |\
| | | * fix another CSS empty token issueKornelius Kalnbach2013-06-231-2/+2
| | | |
| | | * fix token nesting in PHP scannerKornelius Kalnbach2013-06-231-4/+18
| | | |
| | | * fix unclosed token group in Ruby scannerKornelius Kalnbach2013-06-231-1/+1
| | | |
| | | * close open string token groups in SQL scannerKornelius Kalnbach2013-06-231-3/+6
| | | |
| | | * avoid empty tokens in YAML scannerKornelius Kalnbach2013-06-231-1/+1
| | | |
| | | * close correct token groups in Groovy scannerKornelius Kalnbach2013-06-231-3/+3
| | | |
| | | * avoid empty tokens in Diff scannerKornelius Kalnbach2013-06-231-1/+1
| | | |
| | | * fix Sass regexp modifierKornelius Kalnbach2013-06-231-1/+1
| | | |
| | | * close open token groups in Sass scannerKornelius Kalnbach2013-06-231-0/+8
| | | |
| | | * close open token groups in Lua scannerKornelius Kalnbach2013-06-231-0/+3
| | | |
| | | * remove instance variables from Lua scannerKornelius Kalnbach2013-06-231-16/+18
| | | |
| | | * close open tokens in PHP scannerKornelius Kalnbach2013-06-231-0/+4
| | | |
| | | * close open tokens in Groovy scannerKornelius Kalnbach2013-06-231-2/+15
| | | |
| | | * 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-239-42/+600
| | |\ \ | | | |/
| | * | 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
| | |
| * | cleanup Lua scanner, fix end_group(:map) issueKornelius Kalnbach2013-06-231-257/+267
| | | | | | | | | | | | - use local instead of instance variables
| * | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-222-14/+13
| |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: lib/coderay/styles/alpha.rb lib/coderay/token_kinds.rb
| | * | use different key/value heuristic in JSON scannerKornelius Kalnbach2013-06-191-12/+11
| | | |
| | * | add python binary stringKornelius Kalnbach2013-06-121-2/+2
| | | |
| * | | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-06-1212-36/+320
| |\ \ \ | | |/ / | | | | | | | | | | | | Conflicts: lib/coderay/token_kinds.rb
| * | | Merge branch 'master' into lua-scannerKornelius Kalnbach2013-03-105-63/+93
| |\ \ \
| * | | | :map token kindNathan Youngman2012-10-271-7/+7
| | | | | | | | | | | | | | | | | | | | 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-071-1/+4
| |\ \ \ \
| * | | | | escape = in regex (my editor gets confused:-)Nathan Youngman2012-09-111-10/+10
| | | | | |
| * | | | | use case+when instead of send and methodsKornelius Kalnbach2012-06-191-33/+31
| | | | | |
| * | | | | Merge remote-tracking branch 'Quintus/luascanner-onecommit' into lua-scannerKornelius Kalnbach2012-06-191-0/+267
| |\ \ \ \ \
| | * | | | | Lua scanner for CodeRay. Meta-commit.Quintus2012-04-221-0/+267
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit is a super-commit containing all the subcommits for implementing the Lua scanner.
* | | | | | | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-1212-36/+320
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | tweak Taskpaper scanner, cleanup doc_string kindKornelius Kalnbach2013-06-121-8/+10
| | | | | | |
| * | | | | | Merge remote-tracking branch 'shimomura1004/taskpaper' into taskpaper-scannerKornelius Kalnbach2013-06-121-0/+34
| |\ \ \ \ \ \