mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Add mime type for SuperCollider
This commit is contained in:
@@ -245,6 +245,10 @@ class TestBlob < Test::Unit::TestCase
|
||||
|
||||
# https://github.com/Araq/Nimrod/tree/master/examples
|
||||
assert_equal Language['Nimrod'], blob("foo.nim").language
|
||||
|
||||
# http://supercollider.sourceforge.net/
|
||||
# https://github.com/drichert/BCR2000.sc/blob/master/BCR2000.sc
|
||||
assert_equal Language['SuperCollider'], blob("BCR2000.sc").language
|
||||
end
|
||||
|
||||
def test_lexer
|
||||
|
||||
Reference in New Issue
Block a user