Merge pull request #606 from kethomassen/patch-1

Change YAML type to data
This commit is contained in:
Ted Nyman
2013-09-09 00:38:04 -07:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1482,7 +1482,7 @@ Xtend:
primary_extension: .xtend
YAML:
type: markup
type: data
aliases:
- yml
primary_extension: .yml

View File

@@ -191,7 +191,6 @@ class TestLanguage < Test::Unit::TestCase
def test_markup
assert_equal :markup, Language['HTML'].type
assert_equal :markup, Language['YAML'].type
end
def test_other