mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-12-08 20:38:47 +00:00
Added detection for the Ioke language.
This commit is contained in:
@@ -314,6 +314,9 @@ class TestBlob < Test::Unit::TestCase
|
||||
|
||||
# https://github.com/graydon/rust
|
||||
assert_equal Language['Rust'], blob("hello.rs").language
|
||||
|
||||
# https://github.com/olabini/ioke
|
||||
assert_equal Language['Ioke'], blob("hello.ik").language
|
||||
end
|
||||
|
||||
def test_lexer
|
||||
|
||||
Reference in New Issue
Block a user