mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Cheating slightly as it uses the CSS lexer, as pygments currently does not have a dedicated less lexer. But I figure language recognition and 90% percent correct syntax highlighting is better than neither.
		
			
				
	
	
		
			15 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			194 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
@blue: #3bbfce;
 | 
						|
@margin: 16px;
 | 
						|
 | 
						|
.content-navigation {
 | 
						|
  border-color: @blue;
 | 
						|
  color:
 | 
						|
    darken(@blue, 9%);
 | 
						|
}
 | 
						|
 | 
						|
.border {
 | 
						|
  padding: @margin / 2;
 | 
						|
  margin: @margin / 2;
 | 
						|
  border-color: @blue;
 | 
						|
}
 |