 09188ed930
			
		
	
	09188ed930
	
	
	
		
			
			The xfuncname pattern finds func/class declarations in diffs to display as a hunk header. The word_regex pattern finds individual tokens in Kotlin code to generate appropriate diffs. This patch adds xfuncname regex and word_regex for Kotlin language. Signed-off-by: Jaydeep P Das <jaydeepjd.8914@gmail.com> Acked-by: Johannes Sixt <j6t@kdbg.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
		
			
				
	
	
		
			10 lines
		
	
	
		
			96 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			96 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| class LEFT{
 | |
| 	class CENTER{
 | |
| 		fun RIGHT(  a:Int){
 | |
| 			//comment
 | |
| 			//comment
 | |
| 			ChangeMe
 | |
| 		}
 | |
| 	}
 | |
| }
 |