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
{}
unifiedjs.vscode-mdx v1.8.10
No response
Paste the following snippets into separate MDX files:
{props.name} ```js export const foo = "bar"; ``` [foo](/bar/)
{props.name} a ```js export const foo = "bar"; ``` [foo](/bar/)
It looks like this can also be reproduced with GitHub's highlighting, so maybe it's an issue with the grammar?
Both should have the same syntax highlighting.
The second one, with a character after the brackets, has broken syntax highlighting.
Node v21
The text was updated successfully, but these errors were encountered:
Fix expression (flow) from forming for expression (text)
5caa71e
Related-to: mdx-js/mdx-analyzer#480.
Thanks! I think I have it.
Sorry, something went wrong.
I found a probably related issue with code blocks inside JSX components.
the closing tag is still recognized as ruby code.
6c33dd7
That was a duplicate of #472, which was already resolved, but not yet released.
No branches or pull requests
Initial checklist
Affected packages and versions
unifiedjs.vscode-mdx v1.8.10
Link to runnable example
No response
Steps to reproduce
Paste the following snippets into separate MDX files:
It looks like this can also be reproduced with GitHub's highlighting, so maybe it's an issue with the grammar?
Expected behavior
Both should have the same syntax highlighting.
Actual behavior
The second one, with a character after the brackets, has broken syntax highlighting.
Runtime
Node v21
Package manager
No response
OS
No response
Build and bundle tools
No response
The text was updated successfully, but these errors were encountered: