diff --git a/lib/linguist/languages.yml b/lib/linguist/languages.yml index 453a1805cf..74368ef5a5 100644 --- a/lib/linguist/languages.yml +++ b/lib/linguist/languages.yml @@ -6667,6 +6667,7 @@ XML: - ".gmx" - ".grxml" - ".gst" + - ".hzp" - ".iml" - ".ivy" - ".jelly" diff --git a/samples/XML/demo.hzp b/samples/XML/demo.hzp new file mode 100644 index 0000000000..569247f4b1 --- /dev/null +++ b/samples/XML/demo.hzp @@ -0,0 +1,110 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/test/test_strategies.rb b/test/test_strategies.rb index 46e2990a58..1630090afa 100644 --- a/test/test_strategies.rb +++ b/test/test_strategies.rb @@ -26,6 +26,7 @@ def file_blob(name) def all_xml_fixtures(file="*") fixs = Dir.glob("#{samples_path}/XML/#{file}") - + ["#{samples_path}/XML/demo.hzp"] - ["#{samples_path}/XML/psd-data.xmp"] - ["#{samples_path}/XML/filenames"] fixs.reject { |f| File.symlink?(f) }