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':
|
||||
text = beautifyCSS(text, beautifyOptions);
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
|
||||
if (isSelection) {
|
||||
|
|
Loading…
Reference in New Issue