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

Support syntax highlighting in _ren.py files #343

Merged
merged 2 commits into from
Jun 14, 2023
Merged

Commits on Jun 14, 2023

  1. Support syntax highlighting in _ren.py files

    Add injection grammar for renpy comments in _ren.py files
    
    For now this will only work in doc strings, python syntax highlighting isn't changed
    duckdoom4 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    267cced View commit details
    Browse the repository at this point in the history
  2. Also run check on base branch swap

    I accidentally selected master as base branch when creating the PR. When changing this to develop, the checks where not triggered. To fix this I added the `edited` type, which is used when changing the base ref.
    
    See actions/runner#980
    duckdoom4 committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    c0d1cbe View commit details
    Browse the repository at this point in the history