XML
Little Eye detects XML when you copy them. Recognizes XML documents and reports the root element.
Examples
XML 1.0 with explicit encoding
<?xml version="1.0" encoding="UTF-8"?><root><child>x</child></root>
XML 1.1 declaration
<?xml version="1.1"?><note><to>You</to><msg>Hi</msg></note>