mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	| @@ -1290,6 +1290,7 @@ Groff: | |||||||
|   - '.8' |   - '.8' | ||||||
|   - '.9' |   - '.9' | ||||||
|   - .l |   - .l | ||||||
|  |   - .me | ||||||
|   - .ms |   - .ms | ||||||
|   - .n |   - .n | ||||||
|   - .rno |   - .rno | ||||||
| @@ -3575,6 +3576,17 @@ Text: | |||||||
|   - .nb |   - .nb | ||||||
|   - .ncl |   - .ncl | ||||||
|   - .no |   - .no | ||||||
|  |   filenames: | ||||||
|  |   - COPYING | ||||||
|  |   - INSTALL | ||||||
|  |   - LICENSE | ||||||
|  |   - NEWS | ||||||
|  |   - README.me | ||||||
|  |   - click.me | ||||||
|  |   - delete.me | ||||||
|  |   - keep.me | ||||||
|  |   - read.me | ||||||
|  |   - test.me | ||||||
|   tm_scope: none |   tm_scope: none | ||||||
|   ace_mode: text |   ace_mode: text | ||||||
|  |  | ||||||
|   | |||||||
							
								
								
									
										1
									
								
								samples/Text/filenames/README.me
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								samples/Text/filenames/README.me
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | Please read me. | ||||||
							
								
								
									
										9
									
								
								samples/Text/filenames/click.me
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										9
									
								
								samples/Text/filenames/click.me
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,9 @@ | |||||||
|  |  | ||||||
|  | To run the "Conway's game of life" macros: | ||||||
|  |  | ||||||
|  |   1.  Type ":so life.vim".  This loads the macros. | ||||||
|  |   2.  Type "g" to run the macros. | ||||||
|  |   3.  Type CTRL-C to interrupt. | ||||||
|  |   4.  Type ":q!" to get out. | ||||||
|  |  | ||||||
|  | See life.vim for more advanced usage. | ||||||
							
								
								
									
										1
									
								
								samples/Text/filenames/delete.me
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								samples/Text/filenames/delete.me
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | Delete me. | ||||||
							
								
								
									
										1
									
								
								samples/Text/filenames/keep.me
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								samples/Text/filenames/keep.me
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | Keep me. | ||||||
							
								
								
									
										1
									
								
								samples/Text/filenames/read.me
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								samples/Text/filenames/read.me
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | Read me now! | ||||||
							
								
								
									
										1
									
								
								samples/Text/filenames/test.me
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										1
									
								
								samples/Text/filenames/test.me
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1 @@ | |||||||
|  | Test me. | ||||||
| @@ -13,7 +13,8 @@ class TestHeuristcs < Minitest::Test | |||||||
|   end |   end | ||||||
|  |  | ||||||
|   def all_fixtures(language_name, file="*") |   def all_fixtures(language_name, file="*") | ||||||
|     Dir.glob("#{samples_path}/#{language_name}/#{file}") |     Dir.glob("#{samples_path}/#{language_name}/#{file}") - | ||||||
|  |       ["#{samples_path}/#{language_name}/filenames"] | ||||||
|   end |   end | ||||||
|  |  | ||||||
|   def test_no_match |   def test_no_match | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user