Skip to content
Snippets Groups Projects
Commit 0cbc4467 authored by Ted Nyman's avatar Ted Nyman
Browse files

Merge pull request #606 from kethomassen/patch-1

Change YAML type to data
parents 759860d8 a9b944ac
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -1482,7 +1482,7 @@ Xtend:
primary_extension: .xtend
 
YAML:
type: markup
type: data
aliases:
- yml
primary_extension: .yml
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment