summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* create nathany for Go scanner, tooKornelius Kalnbach2013-07-131-1/+1
* Merge branch 'master' into go-scannerKornelius Kalnbach2013-07-135-24/+23
|\
| * use bundler rake tasksv1.1.0.rc1Kornelius Kalnbach2013-07-131-0/+2
| * changelogKornelius Kalnbach2013-07-131-1/+1
| * fix CSS scanner for things like "nth-child(2n)"Kornelius Kalnbach2013-07-131-1/+1
| * fix #143 (Sass scanner key vs tag heuristic)Kornelius Kalnbach2013-07-131-1/+1
| * fix #139: don't scan for :include after eosKornelius Kalnbach2013-07-131-0/+2
| * split '" string states in Sass scanner (edge case)Kornelius Kalnbach2013-07-131-16/+11
| * don't change value of objects you don't ownKornelius Kalnbach2013-07-122-4/+4
| * use File.expand_path instead of File.joinKornelius Kalnbach2013-06-301-1/+1
* | Merge branch 'master' into go-scannerKornelius Kalnbach2013-06-307-140/+100
|\ \ | |/
| * add Lint encoder; do we still need DebugLint?Kornelius Kalnbach2013-06-302-7/+62
| * cleanup benchmark script (finally!)Kornelius Kalnbach2013-06-303-130/+32
| * don't use -w flag in executable testsKornelius Kalnbach2013-06-301-2/+2
| * Merge pull request #146 from rubychan/ruby-file-typesNathan Youngman2013-06-231-1/+4
| |\
| | * revert trimming spacesNathan Youngman2013-06-231-18/+18
| | * additional Ruby files typesNathan Youngman2013-06-231-19/+22
| |/
* | yup, no C-style directives (auto extern static)Nathan Youngman2013-06-231-5/+0
* | predeclared identifiersNathan Youngman2013-06-231-1/+7
* | 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
* | changelogKornelius Kalnbach2013-06-231-0/+1
* | Merge branch 'go-scanner' of github.com:rubychan/coderay into go-scannerKornelius Kalnbach2013-06-231-1/+1
|\ \
| * | additional types: string, errorNathan Youngman2013-06-231-1/+1
* | | 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
|\ \ | |/
| * 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
| |\
| | * 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
| | |\ \
| | | * | 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