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: add missing scope variable.other.enummember #212

Merged
merged 3 commits into from
Mar 16, 2022
Merged

fix: add missing scope variable.other.enummember #212

merged 3 commits into from
Mar 16, 2022

Conversation

akiirui
Copy link
Contributor

@akiirui akiirui commented Sep 13, 2021

Follow Github website highlight style

The scope variable.other.enummember is used by Rust enum members

Example:

fn return_one_hundred() -> Result<i32, Error> {
    Ok(100)
}

The Ok here is enum members of enum std::result::Result

Ref: https://doc.rust-lang.org/std/result/enum.Result.html

akiirui and others added 2 commits September 13, 2021 00:12
Follow Github website highlight style

The scope "variable.other.enummember" is used by Rust enum members

Example:

fn return_one_hundred() -> Result<i32, Error> {
    Ok(100)
}

The "Ok" here is enum members of enum "std::result::Result"

Ref: https://doc.rust-lang.org/std/result/enum.Result.html
@changeset-bot
Copy link

changeset-bot bot commented Mar 16, 2022

🦋 Changeset detected

Latest commit: f03ca46

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package
Name Type
github-vscode-theme Minor

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@simurai simurai merged commit 35e2d0d into primer:main Mar 16, 2022
@primer-css primer-css mentioned this pull request Mar 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants