Skip to content

kallsey/sublime-xml-prettifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

XML Prettifier

This is a very simple plugin for Sublime Text 2 that prettify (format with tabs and new lines) selected text in your active window.

Installation

Place XmlPrettify.py under ~/Library/Application Support/Sublime Text 2/Packages/User/ if you’re a Mac and under %APPDATA%\Roaming\Sublime Text 2\Packages\ if you’re a PC. Linux guys figure everything out themselves.

You also need to add key binding. Insert { "keys": ["super+shift+x"], "command": "xml_prettify" } in Preferences / Key Bindings - User in the list between [ ]. In case you have not heard ‘super’ is the ‘command’ ⌘ key. If you have Windows, just write ‘ctrl’.

About

XML prettifier plugin for Sublime Text 2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published