do nothing for other languages than HTML, CSS or JS
This commit is contained in:
parent
46c711dcdf
commit
9d496ee338
|
@ -34,6 +34,8 @@ function beautify() {
|
||||||
case 'CSS':
|
case 'CSS':
|
||||||
text = beautifyCSS(text, beautifyOptions);
|
text = beautifyCSS(text, beautifyOptions);
|
||||||
break;
|
break;
|
||||||
|
default:
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isSelection) {
|
if (isSelection) {
|
||||||
|
|
Loading…
Reference in New Issue