mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Update docs for language yaml configs
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
# MIME types and extensions to override when the raw blob is served
|
||||
|
||||
# mime types
|
||||
application/rdf+xml: text/plain
|
||||
application/sh: text/plain
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
# This file maps file extensions and exact file names to languages.
|
||||
# If the key begins with a `.`, it's an extension.
|
||||
# Anything else will only match exactly, albeit case insensitively.
|
||||
# Defines all Lanaguges known to GitHub
|
||||
#
|
||||
# lexer - An explicit lexer String (defaults to name.downcase)
|
||||
# ext - An Array of associated extensions
|
||||
|
||||
ASP:
|
||||
:lexer: aspx-vb
|
||||
:ext:
|
||||
|
||||
Reference in New Issue
Block a user