Skip to content

Commit

Permalink
fix: Default to Python syntax highlighting theme (#397)
Browse files Browse the repository at this point in the history
This fixes #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`.
  • Loading branch information
nicolasstucki authored May 27, 2024
1 parent 3f91d2d commit 2614f19
Showing 1 changed file with 102 additions and 102 deletions.
Loading

0 comments on commit 2614f19

Please sign in to comment.