Update docs for language yaml configs

This commit is contained in:
Joshua Peek
2011-05-24 20:47:07 -05:00
parent 4bfe690e7e
commit 37dad3c3f9
2 changed files with 7 additions and 3 deletions

View File

@@ -1,3 +1,5 @@
# MIME types and extensions to override when the raw blob is served
# mime types # mime types
application/rdf+xml: text/plain application/rdf+xml: text/plain
application/sh: text/plain application/sh: text/plain

View File

@@ -1,6 +1,8 @@
# This file maps file extensions and exact file names to languages. # Defines all Lanaguges known to GitHub
# If the key begins with a `.`, it's an extension. #
# Anything else will only match exactly, albeit case insensitively. # lexer - An explicit lexer String (defaults to name.downcase)
# ext - An Array of associated extensions
ASP: ASP:
:lexer: aspx-vb :lexer: aspx-vb
:ext: :ext: