aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2012-09-02When testing if a blob is safe to colorize, check size firstScott J. Goldman
Similar to e415a13
2012-08-31When testing if a blob is indexable, check size firstScott 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-28Add Shell sampleJoao Azevedo
2012-08-27Add C++ sampleJoshua Peek
2012-08-27Rebuild samples dbJoshua Peek
2012-08-27Only read up to 100KBJoshua Peek
2012-08-27Add another C sampleJoshua Peek
2012-08-23Add more C samplesJoshua Peek
Closes #237
2012-08-20Drop mime type moduleJoshua Peek
Closes #206
2012-08-20Inline mime type lookup into blob helperJoshua Peek
2012-08-20Remove other mime type hacksJoshua Peek
2012-08-20Only double check binary mime type when lazy loading blobJoshua Peek
2012-08-20Only double check with binary mime type when lazy loading blobJoshua Peek
2012-08-20Trim down mime type overrides that are old or now pushed upstreamJoshua Peek
Related #206
2012-08-20Add more Prolog samplesJoshua Peek
Closes #233
2012-08-20Rebuild samples dbJoshua Peek
2012-08-20Skip emiting comment tokensJoshua Peek
2012-08-15Add more C++ samplesJoshua Peek
Closes #225
2012-08-13Rebuild samples dbJoshua Peek
2012-08-07Fix nil data passed to generatedJoshua Peek
2012-08-06Add more applescript samplesJoshua Peek
2012-08-06Update samples dbJoshua Peek
2012-08-05Change primary extension for applescriptKarsten Silkenbäumer
2012-08-05Add type programming to applescriptKarsten Silkenbäumer
2012-08-03Still index .txtJoshua Peek
2012-08-03Extract seperate language detection methodJoshua Peek
2012-08-03Extract generated blob check into its own moduleJoshua Peek
2012-08-03Forgot to move hidden samples to the correct dirJoshua Peek
2012-08-03Move shebang detection into classifierJoshua Peek
Fixes #203
2012-08-03Stop treating text as a languageJoshua Peek
2012-08-03Change find_by_filename api to return all matching languagesJoshua Peek
2012-07-24Update samples dbJoshua Peek
2012-07-24Fix tokenzing empty stringsJoshua Peek
2012-07-24Add brackets to tokensJoshua Peek
2012-07-24Add brackets to tokensJoshua Peek
2012-07-24Rebuild samples dbJoshua Peek
2012-07-24Parse float tokensJoshua Peek
2012-07-24json extension is provided by samplesJoshua Peek
2012-07-24Add a few more json samplesJoshua Peek
2012-07-24Move max json into json samplesJoshua Peek
2012-07-24Max extensions are already covered by samplesJoshua Peek
2012-07-24Update samples dbJoshua Peek
2012-07-24Rename Max/MSP to MaxJoshua Peek
2012-07-24Update lib/linguist/languages.ymlNicolas Danet
2012-07-24Add extensions for Max/MSPNicolas Danet
2012-07-23Rebuild samples dbJoshua Peek
2012-07-23name can be nilJoshua Peek
2012-07-23Remove pathnameJoshua Peek
Closes #207
2012-07-23Update samples dbJoshua Peek
2012-07-23Fix md5 nestingJoshua Peek