mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	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.
This commit is contained in:
		
				
					committed by
					
						 Colin Seymour
						Colin Seymour
					
				
			
			
				
	
			
			
			
						parent
						
							461c27c066
						
					
				
				
					commit
					eef0335c5f
				
			| @@ -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. | ||||
|   | ||||
		Reference in New Issue
	
	Block a user