Remove out of date notes

This commit is contained in:
Ted Nyman
2013-03-04 13:31:05 -08:00
parent f3fa2317a6
commit 6b6f5eaaff

View File

@@ -1,9 +1,7 @@
# Defines all Languages known to GitHub. # Defines all Languages known to GitHub.
# #
# All languages have an associated lexer for syntax highlighting. It # All languages have an associated lexer for syntax highlighting. It
# defaults to name.downcase, which covers most cases. Make sure the # defaults to name.downcase, which covers most cases.
# lexer exists in lexers.yml. This is a list of available in our
# version of pygments.
# #
# type - Either data, programming, markup, or nil # type - Either data, programming, markup, or nil
# lexer - An explicit lexer String (defaults to name) # lexer - An explicit lexer String (defaults to name)