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
https://github.com/OrangeX4/OrangeX4-HyperSnips/blame/861706b357716006481b802e5752fe9f77ccef67/markdown.hsnips#L193 I think the $0 in the result of snips should be put out of the .
The text was updated successfully, but these errors were encountered:
snippet ([A-Za-z])S(\d) "auto subscript" iAm
([A-Za-z])S(\d)
这是197行内容,没看明白正则表达式中S是什么情况出现?是少了 \ 吗?转换结果里出现和上面提到的一样的问题:$0 $1 $2等这些Tab跳转位置 被放在rv返回值里 导致转换结果里有$0$1$2这些字符
Sorry, something went wrong.
No branches or pull requests
https://github.com/OrangeX4/OrangeX4-HyperSnips/blame/861706b357716006481b802e5752fe9f77ccef67/markdown.hsnips#L193
.
I think the $0 in the result of snips should be put out of the
The text was updated successfully, but these errors were encountered: