summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | Merge branch 'master' into sass-scannerKornelius Kalnbach2013-03-117-8/+8
| | |\ \ \ \ \ \ | | | |/ / / / /
| | | * | | | | minor tweaks to generator and scanner edge casesKornelius Kalnbach2013-03-117-8/+8
| | | | |_|_|/ | | | |/| | |
| | * | | | | added Sass scanner (work in progress)Kornelius Kalnbach2013-03-112-17/+217
| | |/ / / /
| * | | | | support multi-line comments in JavaScript diffKornelius Kalnbach2013-03-101-4/+27
| |/ / / /
* | | | | Merge branch 'master' into go-scannerKornelius Kalnbach2013-03-105-64/+97
|\ \ \ \ \ | |/ / / /
| * | | | cleanupKornelius Kalnbach2013-03-101-1/+1
| | | | |
| * | | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2013-03-104-34/+42
| |\ \ \ \
| | * | | | fix PHP scanner for Ruby 1.8Kornelius Kalnbach2013-02-171-1/+1
| | | | | |
| | * | | | fix #40 (PHP unicode)Kornelius Kalnbach2013-02-171-3/+2
| | | | | |
| | * | | | fix #83 (XML DTD)Kornelius Kalnbach2013-02-171-1/+1
| | | | | |
| | * | | | match Ruby 1.9 hash syntax even without space after colonKornelius Kalnbach2013-02-171-2/+2
| | | | | |
| | * | | | Merge branch 'fix-ruby-unicode' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-171-3/+3
| | |\ \ \ \
| | | * | | | improve support for Unicode non-alphanumeric characters in Ruby namesKornelius Kalnbach2013-02-171-3/+3
| | | | |/ / | | | |/| |
| | * | | | cleanup: value_expected should be booleanKornelius Kalnbach2013-02-171-2/+2
| | | | | |
| | * | | | Merge branch 'master' into fix-ruby-new-hash-syntaxKornelius Kalnbach2013-02-171-15/+15
| | |\ \ \ \
| | | * | | | whitespaceKornelius Kalnbach2013-02-171-15/+15
| | | |/ / /
| | * | | | fix #106: re-introduce highlightinging of { key: value } in Ruby 1.9 hashesKornelius Kalnbach2013-02-171-11/+20
| | |/ / /
| * | | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-10-111-1/+4
| |\ \ \ \ | | |/ / /
| | * | | Fix HTML scanner: Don't crash if HTML in a diff contains a JavaScript tag.Kornelius Kalnbach2012-10-071-1/+4
| | |/ /
| * | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-06-251-4/+1
| |\ \ \ | | |/ /
| * | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-04-132-1/+2
| |\ \ \ | | | |/ | | |/|
| * | | Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2012-01-211-2/+2
| |\ \ \
| * \ \ \ Merge branch 'master' into multiline-inline-diffKornelius Kalnbach2011-12-273-6/+4
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: coderay.gemspec
| * | | | | simplify multiline diff regexpKornelius Kalnbach2011-12-122-2/+2
| | | | | |
| * | | | | inline diff highlighting for multi-line changes (#227)Kornelius Kalnbach2011-11-021-29/+51
| | | | | |
* | | | | | New: *Go Encoder*Eric Guo2012-07-081-0/+195
| |_|_|_|/ |/| | | | | | | | | | | | | | Draft version, copy from c
* | | | | HTML scanner accepts boolean attributes; fixes issue #26Kornelius Kalnbach2012-06-191-4/+1
| |_|_|/ |/| | |
* | | | specify encoding of PHP scanner file (fails when RUBYOPT=-Ku is set)Kornelius Kalnbach2012-03-311-0/+1
| | | |
* | | | replace weird regexp that confuses ruby-headKornelius Kalnbach2012-03-021-1/+1
| |_|/ |/| |
* | | fix whitespace changesJoel Holdbrooks2012-01-201-38/+38
| | |
* | | begin/end with group :function instead of :stringJoel Holdbrooks2012-01-131-40/+40
| |/ |/|
* | let autoloading to the work (fix test warnings)Kornelius Kalnbach2011-12-271-3/+1
| |
* | Bug #6: merge ConradIrwin's approach with korny'sKornelius Kalnbach2011-12-272-3/+3
| |
* | Remove assumption about a stable $:Conrad Irwin2011-12-232-3/+3
|/ | | | | | | | | | In some environments (e.g. [1]) $: can change between loading the library and using it. To avoid this problem, we always pass an absolute path to autoload internal modules. [1] https://github.com/pry/pry/issues/280
* css scanner fixes; preparing 1.0.4Kornelius Kalnbach2011-11-021-7/+14
|
* minor fix in diff scanner, .tmproj filetype: 1.0.3v1.0.3Kornelius Kalnbach2011-10-261-1/+1
|
* allow - and / in YAML keysKornelius Kalnbach2011-10-131-1/+1
|
* cleanups, documentation for TokensProxyKornelius Kalnbach2011-09-211-0/+2
|
* less spaces mean more code on 13" screensKornelius Kalnbach2011-09-091-3/+3
|
* #353 New scanner: HAML!Kornelius Kalnbach2011-09-091-0/+168
|
* Ruby scanner accepts :state options and provides #interpreted_string_state ↵Kornelius Kalnbach2011-09-091-1/+5
| | | | method
* HTML scanner ignores <% tags and accepts :state optionKornelius Kalnbach2011-09-091-2/+2
|
* refactor erb scanner open tag matching to fix a minor bugKornelius Kalnbach2011-09-091-8/+12
|
* diff scanner: highlight "\ No newline" as :commentKornelius Kalnbach2011-09-091-5/+2
|
* fixed YAML scanner (Scanner#column rewrite broke it)Kornelius Kalnbach2011-08-291-6/+5
|
* fix HTML scanner to correctly highlight embedded Ruby inside of attribute valuesKornelius Kalnbach2011-08-211-6/+6
|
* fix issue with diffs inside of diffsKornelius Kalnbach2011-08-191-1/+3
|
* pretty (longer) token class names; closes #347Kornelius Kalnbach2011-08-199-11/+11
|
* rename CaseIgnoringWordList to WordList::CaseIgnoringKornelius Kalnbach2011-08-194-7/+6
|
* Major rewrite of encoders to support IO output; fixed some minor scanner ↵Kornelius Kalnbach2011-08-199-179/+57
| | | | bugs; cleanups; dropped NitroXHTML scanner; improved tests