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

Don't supply a textmate grammar for Rust #6318

Closed
wants to merge 1 commit into from

Conversation

benesch
Copy link

@benesch benesch commented Oct 21, 2020

This allows folks to install a different extension to supply the Rust
grammar of their choice. Upstream VSCode seems likely to incorporate
the grammar that is currently bundled with rust-analzyer as the default
grammar anyway.

Fix #6267.

This allows folks to install a different extension to supply the Rust
grammar of their choice. Upstream VSCode seems likely to incorporate
the grammar that is currently bundled with rust-analzyer as the default
grammar anyway.

Fix rust-lang#6267.
@bjorn3
Copy link
Member

bjorn3 commented Oct 22, 2020

The textmate grammar was introduced to minimize the difference in syntax highlighting before and after semantic highlighting takes effect.

@matklad
Copy link
Member

matklad commented Oct 22, 2020

As per #6267 (comment), we'll remove the grammar once the current one is upstreamed.

@matklad matklad closed this Oct 22, 2020
@lnicola lnicola added the hacktoberfest-accepted Hacktoberfest accepted PR label Oct 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hacktoberfest-accepted Hacktoberfest accepted PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Latest nightly seems to ignore semantic highlighting settings
4 participants