summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tweak Sass scanner: comments, includes, functionsKornelius Kalnbach2013-06-111-10/+30
* tweak CSS tag/id token kind patch from nopromptKornelius Kalnbach2013-06-114-5/+8
* Merge remote-tracking branch 'noprompt/master' into css-token-kindsKornelius Kalnbach2013-06-112-5/+6
|\
| * use :tag instead of :type for identifiersJoel Holdbrooks2012-07-241-3/+3
| * use "id" instead of "constant" for css idsJoel Holdbrooks2012-07-032-3/+3
| * add "id" token kindJoel Holdbrooks2012-07-031-0/+1
* | changelogKornelius Kalnbach2013-06-111-0/+1
* | set line numbers to word-break: normal to fix #102Kornelius Kalnbach2013-06-112-0/+4
* | Merge pull request #117 from rubychan/javascript-keep-stateKornelius Kalnbach2013-06-102-4/+29
|\ \
| * | reset string_delimiter when detecting open stringKornelius Kalnbach2013-06-101-0/+1
| * | Merge branch 'master' into javascript-keep-stateKornelius Kalnbach2013-06-1032-297/+512
| |\ \ | |/ / |/| |
* | | accept all idents as Ruby 1.9 hash keys (#126)Kornelius Kalnbach2013-06-101-1/+1
* | | trying to reduce "complexity" of #raise_inspect (#135)Kornelius Kalnbach2013-06-101-10/+20
* | | trying to reduce "complexity" of #raise_inspect (#135)Kornelius Kalnbach2013-06-101-10/+12
* | | trying to reduce "complexity" of #raise_inspect (#135)Kornelius Kalnbach2013-06-101-3/+11
* | | refactor Scanner a bit more (#135)Kornelius Kalnbach2013-06-101-7/+12
* | | refactor Scanner a bit (#135)Kornelius Kalnbach2013-06-101-12/+19
* | | cleanup HTML encoder CSS styles/classes algorithm (#135)Kornelius Kalnbach2013-06-102-28/+40
* | | simplify more HTML encoder methods (#135)Kornelius Kalnbach2013-06-101-20/+17
* | | cleanup HTML encoder #setup (#135)Kornelius Kalnbach2013-06-101-38/+32
* | | cleanup HTML encoder (#135)Kornelius Kalnbach2013-06-101-33/+33
* | | massively improve Terminal encoder speedKornelius Kalnbach2013-06-101-74/+67
* | | use :plain for unknown output file typesKornelius Kalnbach2013-06-101-1/+1
* | | greatly improve stdout output speedKornelius Kalnbach2013-06-101-1/+0
* | | always load the plugin mapKornelius Kalnbach2013-06-101-12/+4
* | | changelogKornelius Kalnbach2013-06-091-0/+1
* | | add .xaml file type (use XML scanner)Kornelius Kalnbach2013-06-091-2/+1
* | | whitespaceKornelius Kalnbach2013-06-091-4/+2
* | | Merge pull request #120 from rubychan/sass-scannerKornelius Kalnbach2013-06-095-17/+225
|\ \ \
| * \ \ Merge branch 'master' into sass-scannerKornelius Kalnbach2013-06-093-8/+16
| |\ \ \ | |/ / / |/| | |
* | | | update READMEKornelius Kalnbach2013-06-091-2/+6
* | | | Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2013-06-091-1/+1
|\ \ \ \
| * | | | Update README.markdownKornelius Kalnbach2013-06-091-1/+1
* | | | | tweak .travis.yamlKornelius Kalnbach2013-06-091-4/+8
|/ / / /
* | | | update term-ansicolorKornelius Kalnbach2013-06-091-1/+1
* | | | update shoulda-contextKornelius Kalnbach2013-06-091-1/+1
| * | | Merge branch 'master' into sass-scannerKornelius Kalnbach2013-06-092-14/+5
| |\ \ \ | |/ / / |/| | |
* | | | fix testsKornelius Kalnbach2013-06-092-14/+5
| * | | don't nest :string recursively in :sass_inlineKornelius Kalnbach2013-06-091-1/+8
| * | | fix Sass highlighting in diffKornelius Kalnbach2013-06-091-3/+0
| * | | Merge branch 'master' into sass-scannerKornelius Kalnbach2013-06-0910-7/+11
| |\ \ \ | |/ / / |/| | |
* | | | do not warn about plugin fallbackKornelius Kalnbach2013-06-092-1/+1
* | | | don't allow \x00 in diff filenamesKornelius Kalnbach2013-06-091-1/+1
* | | | bump version to 1.1.0Kornelius Kalnbach2013-06-091-1/+1
* | | | update .gitignoreKornelius Kalnbach2013-06-091-0/+1
* | | | avoid empty tokens in Diff output, fix split_into_partsKornelius Kalnbach2013-06-092-1/+2
* | | | treat empty token as error in Debug encoderKornelius Kalnbach2013-06-091-0/+1
* | | | two fixes for CSS scannerKornelius Kalnbach2013-06-092-2/+3
* | | | unfreeze TokenKinds hash, allow changesKornelius Kalnbach2013-06-092-2/+1
* | | | Merge branch 'master' of github.com:rubychan/coderayKornelius Kalnbach2013-05-241-0/+1
|\ \ \ \