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
|
# mime types
|
||||||
application/rdf+xml: text/plain
|
application/rdf+xml: text/plain
|
||||||
application/sh: text/plain
|
application/sh: text/plain
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user