mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 09:40:21 +00:00
'text' should be the default lexer
This commit is contained in:
@@ -28,7 +28,7 @@ module Linguist
|
||||
if language
|
||||
language.lexer
|
||||
else
|
||||
'plain'
|
||||
'text'
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@ class TestPathname < Test::Unit::TestCase
|
||||
assert_equal 'bash', Pathname.new("file.ebuild").lexer
|
||||
assert_equal 'python', Pathname.new("itty.py").lexer
|
||||
assert_equal 'scheme', Pathname.new("itty.nu").lexer
|
||||
assert_equal 'plain', Pathname.new("defun.kt").lexer
|
||||
assert_equal 'text', Pathname.new("defun.kt").lexer
|
||||
end
|
||||
|
||||
def test_lexer_name
|
||||
|
||||
Reference in New Issue
Block a user