aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-10Linguist 2.4.0HEADv2.4.0masterJoshua Peek
2012-12-10Add shell samplesJoshua Peek
2012-12-10Add samples for apache and nginx confsJoshua Peek
2012-12-10Can't have 2 same primary extensionsJoshua Peek
2012-12-10Require newer pygmentsJoshua Peek
2012-12-10Remove already defined extensionsJoshua Peek
2012-12-10Update samplesJoshua Peek
2012-12-10Merge pull request #288 from wagenet/handlebarsJoshua Peek
Add Handlebars
2012-12-10Merge branch 'master' into dont-explode-on-invalid-shebangJoshua Peek
Conflicts: lib/linguist/samples.json test/test_tokenizer.rb
2012-12-10Remove duplicate extensionJoshua Peek
2012-12-10Merge pull request #298 from johanatan/masterJoshua Peek
Adds Elm.
2012-12-10Merge pull request #307 from mislav/aliasesJoshua Peek
A couple of useful language aliases
2012-12-06add filename tests for shell config filesMislav Marohnić
2012-12-06detect common shell config filesDaniel Micay
2012-12-06haXe 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-06add .C and .H as file extensions for C++Tobin Fricke
"C" and "H" are two file extensions recognized by gcc as indicating C++ source code. The full list may be found here: http://gcc.gnu.org/onlinedocs/gcc-4.4.1/gcc/Overall-Options.html#index-file-name-suffix-71
2012-12-06add Nginx languageMislav Marohnić
2012-12-06add ApacheConf languageMislav Marohnić
Recognizes httpd/apache2.conf and .htaccess files
2012-12-06"coffee-script" ☞ CoffeeScriptMislav Marohnić
2012-12-04add HTTP languageMislav 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" ☞ YAMLMislav Marohnić
2012-12-04"rss/xsd/xsl/wsdl" ☞ XMLMislav Marohnić
2012-12-04"latex" ☞ TeXMislav Marohnić
2012-12-04"obj-j" ☞ Objective-JMislav Marohnić
2012-12-04"obj-c/objc" ☞ Objective-CMislav Marohnić
2012-12-04"make" ☞ MakefileMislav Marohnić
2012-12-04"erb" ☞ RHTMLMislav Marohnić
2012-12-04"xhtml" ☞ HTMLMislav Marohnić
2012-12-02Merge pull request #305 from DominikTo/php-cliJoshua Peek
Fixed detection of PHP CLI scripts (added samples)
2012-12-02fixed typoDominik Tobschall
2012-12-02added php cli samplesDominik Tobschall
2012-11-25Added Elm.Jonathan Leonard
2012-11-18Don't explode on invalid shebangBen Lavender
2012-11-12Added Handlebars languagePeter Wagenet
2012-10-07Fix tests for pygments.rb 0.3.xJoshua Peek
2012-10-07No warningsJoshua Peek
2012-10-07Add wrap flag to text languagesJoshua Peek
2012-09-24Linguist 2.3.4v2.3.4Joshua Peek
2012-09-24Rebuild samples dbJoshua Peek
2012-09-24Ensure lang is skipped on any binary fileJoshua Peek
2012-09-24Skip empty sampleJoshua Peek
2012-09-24Some comments are triggering charlock binaryJoshua Peek
2012-09-24Rebuild samples dbJoshua Peek
2012-09-24Sort exts and filenamesJoshua Peek
2012-09-24Update samples dbJoshua Peek
2012-09-24Print out samples db diffsJoshua Peek
2012-09-20sample directory needs uppercase EJustin Palmer
2012-09-20add color to ecl languageJustin Palmer
2012-09-20Merge remote-tracking branch 'rengolin/ecl'Justin Palmer
2012-09-11Merge pull request #250 from github/mac-formatRyan Tomayko
Handle Mac Format when splitting lines