alek-sys / sublimetext_indentxml

Plugin for Sublime Text editor for reindenting XML and JSON files
MIT License
534 stars 135 forks source link

Auto Indent is broken in the latest Sublime Text 3 build #75

Open davidolrik opened 9 years ago

davidolrik commented 9 years ago

This small fix adds support for the new language names, as well as keeping backwards compatibility.

kinow commented 7 years ago

Wonder if I'm getting the same issue. I have an XML file with long CDATA content in some entities. For some reason it is not indented, so I wonder whether it's because I'm on Sublime 3, or maybe because of the CDATA fields...

This XML is an export from PTC ThingWorx Templates FWIW.

maxgalbu commented 6 years ago

There's no "Indent JSON" menu entry when viewing a JSON file for me... this should fix it I think