Skip to content
New issue

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

Fix #4374 extra brace in default macros #4375

Merged
merged 4 commits into from
Sep 11, 2024

Conversation

James-Yu
Copy link
Owner

This PR fixes #4374

When migrating in #4367, the default \left macros escaped my transpilation script. This PR resolves the issue by removing the additional left curly brace.

This PR also brings an improvement on \big and friend suggestion. Originally, all such macros are skipped in tex.cwl and latex-document.cwl. Thanks to the new parsing script, adding fine-grained parsing can be implemented with ease, in this PR.

@James-Yu James-Yu linked an issue Sep 11, 2024 that may be closed by this pull request
4 tasks
@James-Yu James-Yu merged commit b265dd2 into master Sep 11, 2024
10 checks passed
@James-Yu James-Yu deleted the 4374-extra-brace-in-default-macros branch September 11, 2024 04:09
@James-Yu James-Yu changed the title 4374 extra brace in default macros Fix #4374 extra brace in default macros Sep 11, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 12, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add an extra { when I click on the suggestion
1 participant