mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Revert "Merge pull request #129 from jaxzin/detect-tea"
This reverts commit79f16caeb2, reversing changes made to087205893f. No "Tea" lexer
This commit is contained in:
		@@ -1050,12 +1050,6 @@ Tcsh:
 | 
				
			|||||||
  - .csh
 | 
					  - .csh
 | 
				
			||||||
  - .tcsh
 | 
					  - .tcsh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Tea:
 | 
					 | 
				
			||||||
  type: markup
 | 
					 | 
				
			||||||
  lexer: Tea
 | 
					 | 
				
			||||||
  extensions:
 | 
					 | 
				
			||||||
  - .tea
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
TeX:
 | 
					TeX:
 | 
				
			||||||
  type: markup
 | 
					  type: markup
 | 
				
			||||||
  primary_extension: .tex
 | 
					  primary_extension: .tex
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										1
									
								
								test/fixtures/foo.tea
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										1
									
								
								test/fixtures/foo.tea
									
									
									
									
										vendored
									
									
								
							@@ -1 +0,0 @@
 | 
				
			|||||||
<% template foo() %>
 | 
					 | 
				
			||||||
@@ -412,9 +412,6 @@ class TestBlob < Test::Unit::TestCase
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    # OpenEdge ABL / Progress
 | 
					    # OpenEdge ABL / Progress
 | 
				
			||||||
    assert_equal Language['OpenEdge ABL'], blob("openedge.p").language
 | 
					    assert_equal Language['OpenEdge ABL'], blob("openedge.p").language
 | 
				
			||||||
 | 
					 | 
				
			||||||
    # Tea
 | 
					 | 
				
			||||||
    assert_equal Language['Tea'], blob("foo.tea").language
 | 
					 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def test_lexer
 | 
					  def test_lexer
 | 
				
			||||||
@@ -424,7 +421,6 @@ class TestBlob < Test::Unit::TestCase
 | 
				
			|||||||
    assert_equal Lexer['Ruby'], blob("grit.rb").lexer
 | 
					    assert_equal Lexer['Ruby'], blob("grit.rb").lexer
 | 
				
			||||||
    assert_equal Lexer['Scheme'], blob("dude.el").lexer
 | 
					    assert_equal Lexer['Scheme'], blob("dude.el").lexer
 | 
				
			||||||
    assert_equal Lexer['Text only'], blob("README").lexer
 | 
					    assert_equal Lexer['Text only'], blob("README").lexer
 | 
				
			||||||
    assert_equal Lexer['Tea'], blob("foo.tea").lexer
 | 
					 | 
				
			||||||
  end
 | 
					  end
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  def test_shebang_script
 | 
					  def test_shebang_script
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user