We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
场景: 含有自闭合的_wxs_标签 <wxs src="xxx" module="yyy" />
<wxs src="xxx" module="yyy" />
异常: 会导致从wxs标签开始之后的代码高亮全部错乱。
复现: 100%复现。
=================
补充: 非自闭合时,<wxs src="xxx" module="yyy" ></wxs>,高亮正常。
<wxs src="xxx" module="yyy" ></wxs>
The text was updated successfully, but these errors were encountered:
e4c3403
发了一个新版本,在 vscode 应该可以看到了
Sorry, something went wrong.
No branches or pull requests
场景:
含有自闭合的_wxs_标签
<wxs src="xxx" module="yyy" />
异常:
会导致从wxs标签开始之后的代码高亮全部错乱。
复现:
100%复现。
=================
补充:
非自闭合时,
<wxs src="xxx" module="yyy" ></wxs>
,高亮正常。The text was updated successfully, but these errors were encountered: