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
Hi,
I try (on Windows) to save this into the setting (the syntax) but I cannot seem to save it. Want to know if there's something wrong with the syntax.
Context: I am trying to have an expander for a format of table that I use frequently.
{ "regex": "^22$", "replacement": " | | | | | --- | --- | --- | | | | | | | | | " }
The text was updated successfully, but these errors were encountered:
Try switching the quotes to `, like:
{ "regex": "^22$", "replacement": ` | | | | | --- | --- | --- | | | | | | | | | ` }
Sorry, something went wrong.
Hi thanks for the reply.
Somehow I still cannot save it:
,
No branches or pull requests
Hi,
I try (on Windows) to save this into the setting (the syntax) but I cannot seem to save it. Want to know if there's something wrong with the syntax.
Context: I am trying to have an expander for a format of table that I use frequently.
The text was updated successfully, but these errors were encountered: