mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Detect lilypond language.
This commit is contained in:
@@ -387,6 +387,13 @@ Io:
|
||||
extensions:
|
||||
- .io
|
||||
|
||||
LilyPond:
|
||||
major: true
|
||||
lexer: Text only
|
||||
extensions:
|
||||
- .ly
|
||||
- .ily
|
||||
|
||||
JSON:
|
||||
group: JavaScript
|
||||
lexer: JavaScript
|
||||
|
||||
@@ -117,6 +117,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