From 915a11f2b6b5395b0978aebe4f8d859637d26569 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 23 Apr 2014 18:12:10 -0400 Subject: [PATCH] type can also be "prose" --- lib/linguist/languages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index e55a1656..ff5bc97d 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -3,7 +3,7 @@ # All languages have an associated lexer for syntax highlighting. It # defaults to name.downcase, which covers most cases. # -# type - Either data, programming, markup, or nil +# type - Either data, programming, markup, prose, or nil # lexer - An explicit lexer String (defaults to name) # aliases - An Array of additional aliases (implicitly # includes name.downcase)