1

HTML-CSS-JS Prettify is by far the best formatting plugin I have found for Sublime Text, but I work on HTML Emails being sent with ExactTarget.

ExactTarget's Amp script for variable emails uses the format %%=v(@var)=%% and when I run the HTML Prettify plugin it changes my code to %=v(@var)=%

Why is a format plugin changing my code and not just formatting it? What in my settings can I change to keep this from happening?

TylerH
  • 20,799
  • 66
  • 75
  • 101
JSturgessMeyers
  • 85
  • 1
  • 2
  • 11

1 Answers1

0

You can specify sections of code for the plugin to ignore. From their repo: https://github.com/victorporof/Sublime-HTMLPrettify#ignoring-certain-blocks-of-code

Kevin Ni
  • 121
  • 4