| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2012-12-10 | Merge branch 'master' into dont-explode-on-invalid-shebang | Joshua Peek | |
| Conflicts: lib/linguist/samples.json test/test_tokenizer.rb | |||
| 2012-12-06 | add filename tests for shell config files | Mislav Marohnić | |
| 2012-12-06 | haXe is now "Haxe" | Andy Li | |
| According to https://groups.google.com/forum/#!topic/haxelang/O7PB-ZrX4i4/discussion The lexer in Pygments is not renamed yet, so just stay as is at the moment. | |||
| 2012-12-06 | add Nginx language | Mislav Marohnić | |
| 2012-12-06 | add ApacheConf language | Mislav Marohnić | |
| Recognizes httpd/apache2.conf and .htaccess files | |||
| 2012-12-06 | "coffee-script" ☞ CoffeeScript | Mislav Marohnić | |
| 2012-12-04 | add HTTP language | Mislav Marohnić | |
| Useful for `curl -i` dumps. Had to add primary_extension although this data is usually not saved in files, but shown as code blocks. | |||
| 2012-12-04 | "yml" ☞ YAML | Mislav Marohnić | |
| 2012-12-04 | "obj-c/objc" ☞ Objective-C | Mislav Marohnić | |
| 2012-12-04 | "erb" ☞ RHTML | Mislav Marohnić | |
| 2012-12-04 | "xhtml" ☞ HTML | Mislav Marohnić | |
| 2012-12-02 | fixed typo | Dominik Tobschall | |
| 2012-12-02 | added php cli samples | Dominik Tobschall | |
| 2012-11-18 | Don't explode on invalid shebang | Ben Lavender | |
| 2012-10-07 | Fix tests for pygments.rb 0.3.x | Joshua Peek | |
| 2012-10-07 | Add wrap flag to text languages | Joshua Peek | |
| 2012-09-24 | Print out samples db diffs | Joshua Peek | |
| 2012-09-10 | Test Mac Format detection and line splitting | Ryan Tomayko | |
| 2012-08-31 | When testing if a blob is indexable, check size first | Scott J. Goldman | |
| Otherwise, charlock_holmes will allocate another large binary buffer for testing the encoding, which is a problem if the binary blob is many hundreds of MB large. It'll just fail and crash ruby. | |||
| 2012-08-20 | Inline mime type lookup into blob helper | Joshua Peek | |
| 2012-08-20 | Remove other mime type hacks | Joshua Peek | |
| 2012-08-20 | Trim down mime type overrides that are old or now pushed upstream | Joshua Peek | |
| Related #206 | |||
| 2012-08-20 | Skip emiting comment tokens | Joshua Peek | |
| 2012-08-03 | Sort test assertion | Joshua Peek | |
| 2012-08-03 | Move shebang detection into classifier | Joshua Peek | |
| Fixes #203 | |||
| 2012-08-03 | Stop treating text as a language | Joshua Peek | |
| 2012-08-03 | Change find_by_filename api to return all matching languages | Joshua Peek | |
| 2012-07-24 | Fix tokenzing empty strings | Joshua Peek | |
| 2012-07-24 | Add brackets to tokens | Joshua Peek | |
| 2012-07-24 | Parse float tokens | Joshua Peek | |
| 2012-07-24 | Rename Max/MSP to Max | Joshua Peek | |
| 2012-07-23 | Remove pathname | Joshua Peek | |
| Closes #207 | |||
| 2012-07-23 | Fix md5 nesting | Joshua Peek | |
| 2012-07-23 | Rename samples subdirectories | Joshua Peek | |
| 2012-07-23 | Seperate test file for samples | Joshua Peek | |
| 2012-07-23 | Store md5 in samples db | Joshua Peek | |
| 2012-07-23 | Make classify a function on the Classifier | Joshua Peek | |
| 2012-07-23 | Move outdated check to samples | Joshua Peek | |
| 2012-07-23 | Rename Sample -> Samples | Joshua Peek | |
| 2012-07-23 | Load classifer db into sample data hash | Joshua Peek | |
| 2012-07-23 | Remove gc for now | Joshua Peek | |
| 2012-07-23 | Move db verification into tests | Joshua Peek | |
| 2012-07-23 | Compare md5s of dbs | Joshua Peek | |
| 2012-07-23 | Add nested md5 digest | Joshua Peek | |
| 2012-07-20 | Move specific filename samples into their own dir | Joshua Peek | |
| 2012-07-20 | Require explicit primary_extension | Joshua Peek | |
| 2012-07-20 | Sample returns simple hash objects | Joshua Peek | |
| 2012-07-20 | Change Classifier to accept language name Strings | Joshua Peek | |
| 2012-07-20 | Pending samples work now | Joshua Peek | |
| 2012-07-20 | Add tokenize helper to Tokenize class | Joshua Peek | |
