mirror of
https://github.com/KevinMidboe/linguist.git
synced 2025-10-29 17:50:22 +00:00
Merge pull request #606 from kethomassen/patch-1
Change YAML type to data
This commit is contained in:
@@ -1482,7 +1482,7 @@ Xtend:
|
|||||||
primary_extension: .xtend
|
primary_extension: .xtend
|
||||||
|
|
||||||
YAML:
|
YAML:
|
||||||
type: markup
|
type: data
|
||||||
aliases:
|
aliases:
|
||||||
- yml
|
- yml
|
||||||
primary_extension: .yml
|
primary_extension: .yml
|
||||||
|
|||||||
@@ -191,7 +191,6 @@ class TestLanguage < Test::Unit::TestCase
|
|||||||
|
|
||||||
def test_markup
|
def test_markup
|
||||||
assert_equal :markup, Language['HTML'].type
|
assert_equal :markup, Language['HTML'].type
|
||||||
assert_equal :markup, Language['YAML'].type
|
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_other
|
def test_other
|
||||||
|
|||||||
Reference in New Issue
Block a user