From 6b6f5eaaff951aed4651c59e1502d6d5535139bf Mon Sep 17 00:00:00 2001 From: Ted Nyman Date: Mon, 4 Mar 2013 13:31:05 -0800 Subject: [PATCH] Remove out of date notes --- lib/linguist/languages.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 3226b246..6b59b4cd 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -1,9 +1,7 @@ # Defines all Languages known to GitHub. # # All languages have an associated lexer for syntax highlighting. It -# defaults to name.downcase, which covers most cases. Make sure the -# lexer exists in lexers.yml. This is a list of available in our -# version of pygments. +# defaults to name.downcase, which covers most cases. # # type - Either data, programming, markup, or nil # lexer - An explicit lexer String (defaults to name)