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
I have a snippet defined as follows:
context math(context) snippet `vec([a-zA-Z])` "bold vector" iA ``rv = \textbf{m[1]}`` $0 endsnippet
How can I use the captured group from the snippet trigger word, e.g. if I type veca it should become \textbf{a}
veca
\textbf{a}
The text was updated successfully, but these errors were encountered:
\textbf{``rv = m[1]``}
Sorry, something went wrong.
No branches or pull requests
I have a snippet defined as follows:
How can I use the captured group from the snippet trigger word, e.g. if I type
veca
it should become\textbf{a}
The text was updated successfully, but these errors were encountered: