mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Update lib/linguist/languages.yml
Set lexer to Text only for DOT. This hopefully fixed the failure on Travis.
This commit is contained in:
		@@ -288,6 +288,7 @@ D-ObjDump:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
DOT:
 | 
					DOT:
 | 
				
			||||||
  type: programming
 | 
					  type: programming
 | 
				
			||||||
 | 
					  lexer: Text only
 | 
				
			||||||
  primary_extension: .dot
 | 
					  primary_extension: .dot
 | 
				
			||||||
  extensions:
 | 
					  extensions:
 | 
				
			||||||
  - .gv
 | 
					  - .gv
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user