Add mime type for SuperCollider

This commit is contained in:
Joshua Peek
2011-06-15 12:21:29 -05:00
parent c1242a47ee
commit ccaf8639f0
3 changed files with 7 additions and 0 deletions

View File

@@ -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