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
Describe the bug
Tinymist highlights the following piece of code incorrectly, coloring "foo\n" as if it were a code-mode string and bar as a code-mode identifier.
"foo\n"
bar
#ident"foo "bar
Package/Software version:
tinymist extension version: v0.11.1. Get it by tinymist --version in terminal.
v0.11.1
tinymist --version
tinymist Build Timestamp: 2024-05-18T05:16:29.224809100Z Build Git Describe: v0.11.9-dirty Commit SHA: 49c665de6631bc6f989f8289650efcbf116359ab Commit Date: None Commit Branch: None Cargo Target Triple: x86_64-pc-windows-msvc Typst Version: 0.11.1
The text was updated successfully, but these errors were encountered:
As a workaround:
#let a = 1; #a;""
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the bug
Tinymist highlights the following piece of code incorrectly, coloring
"foo\n"
as if it were a code-mode string andbar
as a code-mode identifier.#ident"foo "bar
Package/Software version:
tinymist extension version:
v0.11.1
. Get it bytinymist --version
in terminal.The text was updated successfully, but these errors were encountered: