mirror of
				https://github.com/KevinMidboe/linguist.git
				synced 2025-10-29 17:50:22 +00:00 
			
		
		
		
	add detection for Gosu
This commit is contained in:
		| @@ -324,6 +324,13 @@ class TestBlob < Test::Unit::TestCase | ||||
|     # https://github.com/parrot/parrot | ||||
|     assert_equal Language['Parrot Internal Representation'], blob("hello.pir").language | ||||
|     assert_equal Language['Parrot Assembly'], blob("hello.pasm").language | ||||
|      | ||||
|     # http://gosu-lang.org | ||||
|     assert_equal Language['Gosu'], blob("Hello.gs").language | ||||
|     assert_equal Language['Gosu'], blob("Hello.gsx").language | ||||
|     assert_equal Language['Gosu'], blob("hello.gsp").language | ||||
|     assert_equal Language['Gosu'], blob("Hello.gst").language | ||||
|     assert_equal Language['Gosu'], blob("hello.vark").language | ||||
|   end | ||||
|  | ||||
|   def test_lexer | ||||
|   | ||||
		Reference in New Issue
	
	Block a user