mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Merge pull request #68 from github/pygments.rb
Replace Lexer with Pygments::Lexer
This commit is contained in:
		| @@ -2,10 +2,13 @@ require 'linguist/file_blob' | ||||
|  | ||||
| require 'test/unit' | ||||
| require 'mime/types' | ||||
| require 'pygments' | ||||
|  | ||||
| class TestBlob < Test::Unit::TestCase | ||||
|   include Linguist | ||||
|  | ||||
|   Lexer = Pygments::Lexer | ||||
|  | ||||
|   def fixtures_path | ||||
|     File.expand_path("../fixtures", __FILE__) | ||||
|   end | ||||
|   | ||||
		Reference in New Issue
	
	Block a user