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: Default to Python syntax highlighting theme #397

Commits on May 19, 2024

  1. fix: Default to Python syntax highlighting

    This fixes bazel-contrib#396. Changes the `.starlark` name suffix to `.python.starlark`.
    
    By using both `python` and `starlark`, vscode is able to default to Python
    highlighting if a color theme defines colors specifically for `python`.
    For example, default color themes in vscode use
    `keyword.operator.logical.python` to highlight `and`/`or`/`not`/`in`.
    nicolasstucki committed May 19, 2024
    Configuration menu
    Copy the full SHA
    f723fad View commit details
    Browse the repository at this point in the history

Commits on May 27, 2024

  1. Configuration menu
    Copy the full SHA
    ae7eb94 View commit details
    Browse the repository at this point in the history