From eef0335c5fdf556e3642e800180897a581a11138 Mon Sep 17 00:00:00 2001 From: Nathan Phillip Brink Date: Mon, 24 Apr 2017 12:54:37 -0400 Subject: [PATCH] Clarify description of implicit alias. (#3578) * Clarify description of implicit alias. I was trying to look up the alias to use for DNS Zone. From the docs the alias I should use would be dns zone, but in reality it is dns-zone. This change updates the comments to describe how to derive the implicit name of a given alias. * Further clarify description of implicit alias. @pchaigno requested replacing the Ruby with English. --- lib/linguist/languages.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index b0ea6ff5..bd582215 100755 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -2,7 +2,8 @@ # # type - Either data, programming, markup, prose, or nil # aliases - An Array of additional aliases (implicitly -# includes name.downcase) +# includes the lowercase name with spaces replaced +# by dashes) # ace_mode - A String name of the Ace Mode used for highlighting whenever # a file is edited. This must match one of the filenames in http://git.io/3XO_Cg. # Use "text" if a mode does not exist.