Sublime3 用Sublime-HTMLPrettify 不能格式化混编代码吗?

发布于 2022-09-01 19:48:10 字数 1736 浏览 8 评论 0

请问在Sublime Text3 中用 Sublime-HTMLPrettify 不能格式化HTML中含PHP的混编代码吗?是我配置问题还是本身就不支持?

图中源码为Wecenter,仅演示!
格式化前
图片描述
格式化后
图片描述

问题表现为 <?php } ?>闭合没有对齐!!!

现在的设置如下

"html": {
    "allowed_file_extensions": ["htm", "html", "xhtml", "shtml", "xml", "svg"],
    "brace_style": "collapse", // [collapse|expand|end-expand|none] Put braces on the same line as control statements (default), or put braces on own line (Allman / ANSI style), or just put end braces on own line, or attempt to keep them where they are
    "end_with_newline": false, // End output with newline
    "indent_char": " ", // Indentation character
    "indent_handlebars": false, // e.g. {{#foo}}, {{/foo}} 
    "indent_inner_html": false, // Indent <head> and <body> sections 
    "indent_scripts": "keep", //[keep|separate|normal]
    "indent_size": 2, // Indentation size 
    "max_preserve_newlines": 0, // Maximum number of line breaks to be preserved in one chunk (0 disables) 
    "preserve_newlines": true, // Whether existing line breaks before elements should be preserved (only works before elements, not inside tags or for text) 
    "unformatted": ["a", "span", "img", "code", "pre", "sub", "sup", "em", "strong", "b", "i", "u", "strike", "big", "small", "pre", "h1", "h2", "h3", "h4", "h5", "h6", "li"], // List of tags that should not be reformatted 
    "wrap_line_length": 0 // Lines should wrap at next opportunity after this number of characters (0 disables) 
  },

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

深海夜未眠 2022-09-08 19:48:10

这个问题在javasript-beautify
已经被解决了 请查阅issue

所以可以安装 javasript-beautify来使用

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文