neyestrabelli / xml-formatter

Simple XML Formatter for Atom
MIT License
22 stars 7 forks source link

Formatter uses the tags inside a comment #29

Open albersonn opened 8 years ago

albersonn commented 8 years ago

As seem in the example I just formatted.

<main>
  <menu>
    <fundo>
      <x>0</x>
      <y>0</y>
    </fundo>
    <!-- Texto de debug -->
    <!-- tvDebug>
    <x>10</x>
    <y>75</y>
    <width>1000</width>
    <style>bold</style>
    <color>red</color>
    <shadown>5,1,1,#EEFFFFFF</shadown>
  </tvDebug -->
  <tvItens>
    <x>414</x>
    <y>44</y>
    <width>25</width>
    <align>right</align>
    <color>#f4f4f9</color>
  </tvItens>
</menu>
</main>