mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Add .mdown as an extension for Markdown (#3525)
				
					
				
			* Add `.mdown` as an extension for Markdown * Add `.mdown` sample
This commit is contained in:
		
				
					committed by
					
						 Yuki Izumi
						Yuki Izumi
					
				
			
			
				
	
			
			
			
						parent
						
							3b625e1954
						
					
				
				
					commit
					3dd2d08190
				
			| @@ -2465,6 +2465,7 @@ Markdown: | |||||||
|   extensions: |   extensions: | ||||||
|   - ".md" |   - ".md" | ||||||
|   - ".markdown" |   - ".markdown" | ||||||
|  |   - ".mdown" | ||||||
|   - ".mkd" |   - ".mkd" | ||||||
|   - ".mkdn" |   - ".mkdn" | ||||||
|   - ".mkdown" |   - ".mkdown" | ||||||
|   | |||||||
							
								
								
									
										20
									
								
								samples/Markdown/README.mdown
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										20
									
								
								samples/Markdown/README.mdown
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,20 @@ | |||||||
|  | # Installation | ||||||
|  |  | ||||||
|  | You can install this bundle in TextMate by opening the preferences and going to the bundles tab. After installation it will be automatically updated for you. | ||||||
|  |  | ||||||
|  | # General | ||||||
|  |  | ||||||
|  | * [Bundle Styleguide](http://kb.textmate.org/bundle_styleguide) — _before you make changes_ | ||||||
|  | * [Commit Styleguide](http://kb.textmate.org/commit_styleguide) — _before you send a pull request_ | ||||||
|  | * [Writing Bug Reports](http://kb.textmate.org/writing_bug_reports) — _before you report an issue_ | ||||||
|  |  | ||||||
|  | # License | ||||||
|  |  | ||||||
|  | If not otherwise specified (see below), files in this repository fall under the following license: | ||||||
|  |  | ||||||
|  | 	Permission to copy, use, modify, sell and distribute this | ||||||
|  | 	software is granted. This software is provided "as is" without | ||||||
|  | 	express or implied warranty, and with no claim as to its | ||||||
|  | 	suitability for any purpose. | ||||||
|  |  | ||||||
|  | An exception is made for files in readable text which contain their own license information, or files where an accompanying file exists (in the same directory) with a “-license” suffix added to the base-name name of the original file, and an extension of txt, html, or similar. For example “tidy” is accompanied by “tidy-license.txt”. | ||||||
		Reference in New Issue
	
	Block a user