alek-sys / sublimetext_indentxml

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

After indenting the syntax should be set respectively #66

Open dialex opened 9 years ago

dialex commented 9 years ago

After I run the command indent_xml, the syntax of the file should automatically be set to XML by the plugin. This is already done on plugins like "SQL Beautifier".

This is a fairly simple change that greatly improves developers' performance.