Skip to content

Commit

Permalink
Update atom-beautify.js
Browse files Browse the repository at this point in the history
Use beautifyHTML to beautify HTML (Liquid) files.
  • Loading branch information
Vadim K. committed May 28, 2014
1 parent 3ac7807 commit 45352dd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/atom-beautify.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,6 +170,7 @@ function beautify() {
case 'JavaScript':
text = beautifyJS(text, beautifyOptions);
break;
case 'HTML (Liquid)':
case 'HTML':
case 'XML':
text = beautifyHTML(text, beautifyOptions);
Expand Down

0 comments on commit 45352dd

Please sign in to comment.