Skip to content

Commit

Permalink
Remove XProc and XSLT from the group XML
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeltour committed Mar 15, 2013
1 parent a20631a commit 7ca58f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
5 changes: 2 additions & 3 deletions lib/linguist/languages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1328,7 +1328,6 @@ XML:
aliases:
- rss
- xsd
- xsl
- wsdl
primary_extension: .xml
extensions:
Expand Down Expand Up @@ -1368,7 +1367,6 @@ XML:

XProc:
type: programming
group: XML
lexer: XML
primary_extension: .xpl
extensions:
Expand All @@ -1388,7 +1386,8 @@ XS:

XSLT:
type: programming
group: XML
aliases:
- xsl
primary_extension: .xslt
extensions:
- .xsl
Expand Down
1 change: 0 additions & 1 deletion test/test_language.rb
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ def test_groups
assert_equal Language['Shell'], Language['Gentoo Ebuild'].group
assert_equal Language['Shell'], Language['Gentoo Eclass'].group
assert_equal Language['Shell'], Language['Tcsh'].group
assert_equal Language['XML'], Language['XSLT'].group

# Ensure everyone has a group
Language.all.each do |language|
Expand Down

0 comments on commit 7ca58f8

Please sign in to comment.