mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #11 from horndude77/detect-lilypond-language
Detect lilypond language.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user