Merge pull request #11 from horndude77/detect-lilypond-language

Detect lilypond language.
This commit is contained in:
Joshua Peek
2011-06-28 07:11:30 -07:00
2 changed files with 8 additions and 0 deletions

View File

@@ -118,6 +118,7 @@ class TestLanguage < Test::Unit::TestCase
# Missing Pygments lexers
assert_equal Lexer['Text only'], Language['Eiffel'].lexer
assert_equal Lexer['Text only'], Language['LilyPond'].lexer
assert_equal Lexer['Text only'], Language['Markdown'].lexer
assert_equal Lexer['Text only'], Language['Max/MSP'].lexer
assert_equal Lexer['Text only'], Language['Parrot Internal Representation'].lexer