mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	Dissociate ECLiPSe from Prolog
ECLiPSe syntax is slightly different from Prolog syntax ECLiPSe is in the Prolog group so it will only be highlighted differently
This commit is contained in:
		| @@ -66,11 +66,11 @@ class TestHeuristcs < Minitest::Test | ||||
|     }) | ||||
|   end | ||||
|  | ||||
|   # Candidate languages = ["ECL", "Prolog"] | ||||
|   def test_ecl_prolog_by_heuristics | ||||
|   # Candidate languages = ["ECL", "ECLiPSe"] | ||||
|   def test_ecl_by_heuristics | ||||
|     assert_heuristics({ | ||||
|       "ECL" => all_fixtures("ECL", "*.ecl"), | ||||
|       "Prolog" => all_fixtures("Prolog", "*.ecl") | ||||
|       "ECLiPSe" => all_fixtures("ECLiPSe", "*.ecl") | ||||
|     }) | ||||
|   end | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user