summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| * | | make predefined-type a bit more bright/blueKornelius Kalnbach2013-06-231-1/+1
| | | |
| * | | 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-2393-2979/+1150
| |\ \ | |/ / |/| | | | | | | | Conflicts: lib/coderay/helpers/file_type.rb
| * | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-1233-309/+618
| |\ \
| * \ \ Merge branch 'master' into go-scannerKornelius Kalnbach2013-03-1019-237/+283
| |\ \ \
| * | | | fix whitespaceKornelius Kalnbach2012-07-281-18/+18
| | | | |
| * | | | Merge remote-tracking branch 'Eric-Guo/go-scanner' into go-scannerKornelius Kalnbach2012-07-282-18/+214
| |\ \ \ \
| | * | | | New: *Go Encoder*Eric Guo2012-07-082-18/+214
| | | | | | | | | | | | | | | | | | | | | | | | Draft version, copy from c
| | | | | * tweaking colors for :function tokensKornelius Kalnbach2013-06-231-1/+2
| |_|_|_|/ |/| | | |
* | | | | how did this happen?Kornelius Kalnbach2013-06-231-1/+1
| | | | |
* | | | | allow [j]ruby-head failures in TravisKornelius Kalnbach2013-06-231-1/+3
| | | | |
* | | | | trying different ways to load CodeRay versionKornelius Kalnbach2013-06-232-2/+2
| | | | |
* | | | | trying to fix TravisCI errorKornelius Kalnbach2013-06-231-1/+1
| | | | |
* | | | | use -w in executable testsKornelius Kalnbach2013-06-231-2/+2
| | | | |
* | | | | fix diff/json token nesting issueKornelius Kalnbach2013-06-231-0/+4
| | | | |
* | | | | whitespaceKornelius Kalnbach2013-06-231-5/+5
| | | | |
* | | | | tweak :local_variable token colorKornelius Kalnbach2013-06-231-1/+1
| | | | |
* | | | | Merge pull request #145 from rubychan/css-in-htmlKornelius Kalnbach2013-06-232-13/+28
|\ \ \ \ \ | | | | | | | | | | | | Scan CSS inside of HTML
| * | | | | changelogKornelius Kalnbach2013-06-231-1/+1
| | | | | |
| * | | | | Merge branch 'master' into css-in-htmlKornelius Kalnbach2013-06-2314-55/+123
| |\ \ \ \ \ | |/ / / / / |/| | | | |
* | | | | | Merge branch 'master' into upstreamKornelius Kalnbach2013-06-2313-52/+112
|\ \ \ \ \ \
| * \ \ \ \ \ Merge pull request #144 from rubychan/fix-with-debug-lintKornelius Kalnbach2013-06-2313-52/+112
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | Fixes using DebugLint
| | * | | | | | 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
| | | | | | | |
| | * | | | | | changelogKornelius Kalnbach2013-06-231-1/+6
| | | | | | | |
| | * | | | | | 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
| | | | | | | |
| | * | | | | | 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
| | | | | | |